新增图片操作分类,支持调整大小、旋转、添加水印、裁剪、格式转换、图片信息、png2ico

This commit is contained in:
fofolee
2025-01-10 01:37:38 +08:00
parent f9a1aefff6
commit 4c279e8309
15 changed files with 1195 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
const image = require("./image");
const png2icon = require("./png2icon");
module.exports = {
...image,
...png2icon,
};