smartrte-react 0.1.17 → 0.1.18

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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,6 +40,14 @@ pnpm add smartrte-react
40
40
 
41
41
  ## 🚀 Quick Start
42
42
 
43
+ ### 🎮 Live Demo
44
+
45
+ Try the editor instantly in your browser:
46
+
47
+ - **[Live Demo](https://playground-k9l44ah7t-ayush1852017s-projects.vercel.app/)** (Deployed Version)
48
+ - **[CodeSandbox Playground](https://codesandbox.io/s/smartrte-react-demo)** (Interactive)
49
+ - **[RunKit Example](https://npm.runkit.com/smartrte-react)** (Node.js import check)
50
+
43
51
  ### Basic Usage
44
52
 
45
53
  ```tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smartrte-react",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "A powerful, feature-rich Rich Text Editor for React with support for tables, mathematical formulas (LaTeX/KaTeX), and media management",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",