react-ag-psd-psdtool 1.2.0 → 1.3.0

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 +2 -2
  2. package/package.json +4 -2
package/README.md CHANGED
@@ -10,13 +10,13 @@
10
10
 
11
11
  ---
12
12
 
13
- **📘Documentation**: [https://34j.github.io/react-ag-psd-psdtool/](https://34j.github.io/react-ag-psd-psdtool/)
13
+ **📘Documentation**: [https://34j.github.io/react-ag-psd-psdtool/docs/](https://34j.github.io/react-ag-psd-psdtool/docs/)
14
14
 
15
15
  **📦️NPM Package**: [https://www.npmjs.com/package/react-ag-psd-psdtool](https://www.npmjs.com/package/react-ag-psd-psdtool)
16
16
 
17
17
  ---
18
18
 
19
- PSDTool-like React Component (🔴LIVE Demo : https://34j.github.io/react-ag-psd-psdtool/)
19
+ [PSDTool](https://oov.github.io/psdtool/)([kit](https://oov.github.io/aviutl_psdtoolkit/index.html))-like React Component built on top of [ag-psd-psdtool](https://github.com/34j/ag-psd-psdtool) (🔴LIVE Demo : [https://34j.github.io/react-ag-psd-psdtool/](https://34j.github.io/react-ag-psd-psdtool/))
20
20
 
21
21
  ## Installation
22
22
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-ag-psd-psdtool",
3
3
  "type": "commonjs",
4
- "version": "1.2.0",
4
+ "version": "1.3.0",
5
5
  "description": "PSDTool-like React component using ag-psd-psdtool",
6
6
  "author": {
7
7
  "name": "34j"
@@ -49,6 +49,7 @@
49
49
  "@rjsf/validator-ajv8": "6.4.1",
50
50
  "ag-psd": "^30.1.0",
51
51
  "ag-psd-psdtool": "^1.1.12",
52
+ "ajv": "^8.18.0",
52
53
  "bootstrap": "^5.3.8",
53
54
  "react": "^19.2.4",
54
55
  "react-bootstrap": "^2.10.10",
@@ -56,7 +57,8 @@
56
57
  "react-dom": "^19.2.4",
57
58
  "react-dropzone": "^15.0.0",
58
59
  "react-error-boundary": "^6.1.1",
59
- "react-icons": "^5.6.0"
60
+ "react-icons": "^5.6.0",
61
+ "react-zoom-pan-pinch": "^3.7.0"
60
62
  },
61
63
  "devDependencies": {
62
64
  "@antfu/eslint-config": "7.7.3",