luxe-edit 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,22 +1,22 @@
1
- # @luxe-edit/core
1
+ # luxe-edit
2
2
 
3
3
  A beautiful, customizable rich text editor for React built on Lexical with customizable toolbars and floating toolbar support.
4
4
 
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install @luxe-edit/core
8
+ npm install luxe-edit
9
9
  # or
10
- yarn add @luxe-edit/core
10
+ yarn add luxe-edit
11
11
  # or
12
- pnpm add @luxe-edit/core
12
+ pnpm add luxe-edit
13
13
  ```
14
14
 
15
15
  ## Quick Start
16
16
 
17
17
  ```tsx
18
- import { LuxeEditor } from '@luxe-edit/core';
19
- import '@luxe-edit/core/index.css';
18
+ import { LuxeEditor } from 'luxe-edit';
19
+ import 'luxe-edit/index.css';
20
20
 
21
21
  function App() {
22
22
  return (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "luxe-edit",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "A beautiful, customizable rich text editor for React built on Lexical with customizable toolbars and floating toolbar support",
5
5
  "keywords": [
6
6
  "react",