psdExport.js 예외처리

This commit is contained in:
devdra9
2025-02-03 18:31:19 +09:00
parent 0fd7ed005c
commit e604a3cf67
7 changed files with 889 additions and 98 deletions

View File

@@ -9,5 +9,12 @@
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "ISC",
"dependencies": {
"jsonpath": "^1.1.1",
"psd": "^3.4.0",
"xlsx": "^0.18.5",
"xmldom": "^0.6.0",
"xpath": "^0.0.34"
}
}