tiptap-editor-codeveda 0.1.2 → 0.1.3

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 +20 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,6 +13,26 @@ A powerful, feature-rich rich text editor built with Tiptap and React. This pack
13
13
  - **TypeScript**: Full TypeScript support with type definitions
14
14
  - **Read-only Mode**: Viewer component for displaying content
15
15
 
16
+ # 📸 Screenshots
17
+
18
+ ### Main Toolbar, Debug Panel and Action Buttons
19
+
20
+ ![Main Toolbar, Debug Panel and Action Buttons](src/assets/menu-debug-actions.png)
21
+
22
+ ### Titles, Lists and Table
23
+
24
+ ![Titles, Lists and Table](src/assets/titles-list-table.png)
25
+
26
+ ### Code, Accordion and Iframe
27
+
28
+ ![Code, Accordion and Iframe](src/assets/code-accordion-iframe.png)
29
+
30
+ _Image and video upload functionality with Firebase integration_
31
+
32
+ ### Block, Tabs and Images
33
+
34
+ ![Block, Tabs and Images](src/assets/block-tabs-image.png)
35
+
16
36
  ## 📦 Installation
17
37
 
18
38
  ```bash
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tiptap-editor-codeveda",
3
3
  "private": false,
4
- "version": "0.1.2",
4
+ "version": "0.1.3",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",