@arbisoft/react-design-tool 1.0.2 → 1.0.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 +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,6 +12,16 @@ With this tool, you can:
12
12
  - **Save** the final design data and image output
13
13
 
14
14
  Perfect for integrating into applications that require user-driven visual content creation.
15
+ ## 🎬 Studio Preview
16
+
17
+ **Live Walkthrough (GIF)**
18
+
19
+ ![Studio Editor Screenshot](https://i.ibb.co/M5hZtFTG/design-tool.gif)
20
+ ## 🖥️ Demo
21
+
22
+ Check out the live demo here:
23
+
24
+ [![Live Demo](https://img.shields.io/badge/Live-Demo-blue?style=for-the-badge)](https://codesandbox.io/p/sandbox/fdftlr)
15
25
 
16
26
  ## 📦 Installation
17
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arbisoft/react-design-tool",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Arbisoft design tool library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",