9 Star 123 Fork 55

陈皮皮 / Cocos 扩展 - 自动压缩 PNG 资源

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
陈皮皮 提交于 2021-05-27 11:05 . update
{
"name": "ccc-png-auto-compress",
"version": "1.2.0.20210527",
"description": "项目构建完成之后自动压缩 PNG 资源",
"author": "ifaswind(陈皮皮)",
"author-info": {
"wechat": "im_chenpipi",
"email": "952157129@qq.com",
"git-home": "https://gitee.com/ifaswind",
"official-account": "公众号「菜鸟小栈」"
},
"repository": {
"type": "git",
"url": "https://gitee.com/ifaswind/ccc-png-auto-compress"
},
"main": "main.js",
"main-menu": {
"i18n:MAIN_MENU.package.title/i18n:ccc-png-auto-compress.name/i18n:ccc-png-auto-compress.setting": {
"message": "ccc-png-auto-compress:open-setting-panel",
"icon": "/images/setting.png"
}
},
"panel.setting": {
"main": "panel.setting/index.js",
"type": "fixed-size",
"title": "i18n:ccc-png-auto-compress.name",
"width": 500,
"height": 625
},
"reload": {
"renderer": [
"panel.setting/**/*"
],
"ignore": [
"CHANGELOG.md",
"README.md",
"README.en.md"
]
}
}
NodeJS
1
https://gitee.com/ichenpipi/ccc-png-auto-compress.git
git@gitee.com:ichenpipi/ccc-png-auto-compress.git
ichenpipi
ccc-png-auto-compress
Cocos 扩展 - 自动压缩 PNG 资源
master

搜索帮助