1 Star 0 Fork 2

kingEND/Auto-Photoshop-StableDiffusion-Plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 929 Bytes
一键复制 编辑 原始数据 按行查看 历史
Abdullah Alfaraj 提交于 2023-02-15 07:03 . add jimp broswerify module
{
"name": "uxp-template-default-starter",
"version": "1.0.0",
"description": "Default template for creating Adobe UXP based photoshop plugin.",
"author": "Adobe Inc",
"license": "Apache-2.0",
"dependencies": {
"fastify": "^4.10.2",
"jimp": "^0.16.2",
"md5": "^2.3.0"
},
"main": "index.js",
"directories": {
"test": "test"
},
"devDependencies": {
"prettier": "2.8.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin/issues"
},
"homepage": "https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin#readme"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kingEND/Auto-Photoshop-StableDiffusion-Plugin.git
git@gitee.com:kingEND/Auto-Photoshop-StableDiffusion-Plugin.git
kingEND
Auto-Photoshop-StableDiffusion-Plugin
Auto-Photoshop-StableDiffusion-Plugin
master

搜索帮助