@arbisoft/react-design-tool 1.0.4 → 1.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.
- package/README.md +0 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,16 +32,6 @@ OR
|
|
|
32
32
|
```bash
|
|
33
33
|
yarn add @arbisoft/react-design-tool
|
|
34
34
|
|
|
35
|
-
```
|
|
36
|
-
#### Required Dependencies:
|
|
37
|
-
```bash
|
|
38
|
-
npm install konva prop-types qrcode react-konva react-konva-utils styled-components @emotion/is-prop-valid
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
OR
|
|
42
|
-
```bash
|
|
43
|
-
yarn add konva prop-types qrcode react-konva react-konva-utils styled-components @emotion/is-prop-valid
|
|
44
|
-
|
|
45
35
|
```
|
|
46
36
|
## 🚀 Quick Start
|
|
47
37
|
|