tiptap-editor-codeveda 0.1.3 → 0.1.4
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 -0
- package/package.json +23 -1
package/README.md
CHANGED
|
@@ -15,6 +15,8 @@ A powerful, feature-rich rich text editor built with Tiptap and React. This pack
|
|
|
15
15
|
|
|
16
16
|
# 📸 Screenshots
|
|
17
17
|
|
|
18
|
+
**If you are checking it on npm page and images not showing please check on github**
|
|
19
|
+
|
|
18
20
|
### Main Toolbar, Debug Panel and Action Buttons
|
|
19
21
|
|
|
20
22
|

|
package/package.json
CHANGED
|
@@ -1,8 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tiptap-editor-codeveda",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.4",
|
|
5
5
|
"type": "module",
|
|
6
|
+
"description": "A powerful, feature-rich WYSIWYG editor built with Tiptap, React, and TypeScript",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"tiptap",
|
|
9
|
+
"editor",
|
|
10
|
+
"wysiwyg",
|
|
11
|
+
"react",
|
|
12
|
+
"typescript",
|
|
13
|
+
"rich-text",
|
|
14
|
+
"firebase",
|
|
15
|
+
"table",
|
|
16
|
+
"media-upload"
|
|
17
|
+
],
|
|
18
|
+
"author": "Codeveda Team",
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "https://github.com/bhaskardas090/tiptap-editor-codeveda"
|
|
23
|
+
},
|
|
24
|
+
"homepage": "https://github.com/bhaskardas090/tiptap-editor-codeveda",
|
|
25
|
+
"bugs": {
|
|
26
|
+
"url": "https://github.com/bhaskardas090/tiptap-editor-codeveda/issues"
|
|
27
|
+
},
|
|
6
28
|
"scripts": {
|
|
7
29
|
"dev": "vite",
|
|
8
30
|
"build": "tsc -b && vite build",
|