feat: support DALLE2 image edit

This commit is contained in:
ikechan8370 2023-02-26 13:35:49 +08:00
parent a46c69504a
commit 5fb43d2adb
3 changed files with 144 additions and 5 deletions

View file

@ -17,6 +17,7 @@
"uuid": "^9.0.0"
},
"optionalDependencies": {
"sharp": "^0.31.3"
"sharp": "^0.31.3",
"jimp": "^0.22.7"
}
}