feat:图片服务

This commit is contained in:
2026-02-13 17:46:13 +08:00
commit e0c08e8055
6 changed files with 1462 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "image-service",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"sharp": "^0.34.5"
}
}