scrible 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 +7 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
**A powerful, customizable rich text editor for React** - Built with Slate.js, outputs clean HTML, and offers Notion-like editing experience.
|
|
4
4
|
|
|
5
|
+

|
|
6
|
+
|
|
5
7
|
[](https://www.npmjs.com/package/scrible)
|
|
6
8
|
[](https://opensource.org/licenses/MIT)
|
|
7
9
|
|
|
@@ -270,7 +272,7 @@ Scrible outputs clean, semantic HTML:
|
|
|
270
272
|
</tr>
|
|
271
273
|
</table>
|
|
272
274
|
```
|
|
273
|
-
|
|
275
|
+
<!--
|
|
274
276
|
## 🛠️ Development
|
|
275
277
|
|
|
276
278
|
```bash
|
|
@@ -285,13 +287,13 @@ npm run build
|
|
|
285
287
|
|
|
286
288
|
# Build library for npm
|
|
287
289
|
npm run build:lib
|
|
288
|
-
|
|
290
|
+
```-->
|
|
289
291
|
|
|
290
292
|
## 📄 License
|
|
291
293
|
|
|
292
|
-
MIT ©
|
|
294
|
+
MIT © Ayush Singhal
|
|
293
295
|
|
|
294
|
-
|
|
296
|
+
<!--## 🤝 Contributing
|
|
295
297
|
|
|
296
298
|
Contributions are welcome! Please feel free to submit a Pull Request.
|
|
297
299
|
|
|
@@ -301,4 +303,4 @@ Give a ⭐️ if this project helped you!
|
|
|
301
303
|
|
|
302
304
|
---
|
|
303
305
|
|
|
304
|
-
**Made with ❤️ by developers, for developers
|
|
306
|
+
**Made with ❤️ by developers, for developers**-->
|
package/package.json
CHANGED