@noseberry/nbd-editor 1.0.1 → 1.0.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.
- package/README.md +2 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
#
|
|
1
|
+
# NBD Editor
|
|
2
2
|
|
|
3
3
|
> We'd love to hear from you! If you run into any bugs, have feature requests, or just want to share how you're using NBD Editor, please [open an issue](https://github.com/Noseberry-Private-Limited/NBD-editor/issues). Your feedback helps us make NBD Editor better for everyone.
|
|
4
4
|
|
|
5
|
-
A powerful, framework-agnostic block editor
|
|
5
|
+
A powerful, framework-agnostic block editor. NBD Editor gives you a clean, modern content editing experience with drag-and-drop blocks, rich text formatting, media uploads, and a slash command menu — all in a single lightweight package with **zero production dependencies**.
|
|
6
6
|
|
|
7
7
|
Works seamlessly with **vanilla JavaScript**, **React**, and **Next.js**.
|
|
8
8
|
|
|
@@ -557,8 +557,6 @@ editor.on('input', (block) => { }); // Block content input
|
|
|
557
557
|
## Build from Source
|
|
558
558
|
|
|
559
559
|
```bash
|
|
560
|
-
git clone git@github.com:Noseberry-Private-Limited/NBD-editor.git
|
|
561
|
-
cd NBD-editor
|
|
562
560
|
npm install
|
|
563
561
|
npm run build
|
|
564
562
|
```
|
package/package.json
CHANGED