react-tailwind-email-editor 0.0.4 → 0.0.5

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 +7 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,8 +2,13 @@
2
2
 
3
3
  A professional, fully customizable drag-and-drop email template editor built with React, Craft.js, Tailwind CSS, and shadcn/ui.
4
4
 
5
- ![Editor UI](src/assets/emailEditor1.png)
6
- ![Editor UI](src/assets/emailEditor2.png)
5
+ <p align="center">
6
+ <img src="https://github.com/hemanth-user13/Email-Editor-Npm/blob/master/src/assets/emailEditor1.png" width="900"/>
7
+ </p>
8
+
9
+ <p align="center">
10
+ <img src="https://github.com/hemanth-user13/Email-Editor-Npm/blob/master/src/assets/emailEditor2.png" width="900"/>
11
+ </p>
7
12
 
8
13
  ## Features
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-tailwind-email-editor",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "A Rich Tailwind based email editor",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",