diff --git a/package.json b/package.json index b9d0cb8..2611f99 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "@gradio/client": "^0.1.4", "@palxp/color-picker": "^1.3.1", "@scena/guides": "^0.18.1", + "@webtoon/psd": "^0.4.0", "axios": "^0.21.1", "core-js": "^3.6.5", "dayjs": "^1.10.7", @@ -27,6 +28,7 @@ "moveable-helper": "^0.4.0", "nanoid": "^3.1.23", "normalize.css": "^8.0.1", + "psd": "^3.4.0", "qr-code-styling": "^1.6.0-rc.1", "selecto": "^1.13.0", "throttle-debounce": "^3.0.1", diff --git a/src/components/business/image-cutout/ImageCutout.vue b/src/components/business/image-cutout/ImageCutout.vue index 5be830d..5143dcf 100644 --- a/src/components/business/image-cutout/ImageCutout.vue +++ b/src/components/business/image-cutout/ImageCutout.vue @@ -2,8 +2,8 @@ * @Author: ShawnPhang * @Date: 2023-07-11 23:50:22 * @Description: 抠图组件 - * @LastEditors: ShawnPhang - * @LastEditTime: 2023-07-24 13:01:03 + * @LastEditors: ShawnPhang + * @LastEditTime: 2023-09-15 12:38:49 -->