1 Star 0 Fork 0

感受呼吸/sd-webui-openpose-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.github/ISSUE_TEMPLATE
public
readme_assets
scripts
src
.eslintrc.cjs
.gitignore
.prettierrc.json
LICENSE
README.ja.md
README.md
README.zh.md
env.d.ts
index.html
main.d.ts
output_pose.json
package-lock.json
package.json
pose_hand_fixed.json
preload.py
process_keypoints.py
tsconfig.app.json
tsconfig.json
tsconfig.node.json
tsconfig.vitest.json
vite.config.ts
vitest.config.ts
zip_dist.js
克隆/下载
zip_dist.js 252 Bytes
一键复制 编辑 原始数据 按行查看 历史
const zipdir = require('zip-dir');
zipdir('./dist', { saveTo: './dist.zip' }, function (err, buffer) {
if (err) {
console.error('Error zipping "dist" directory:', err);
} else {
console.log('Successfully zipped "dist" directory.');
}
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/soul_zhang/sd-webui-openpose-editor.git
git@gitee.com:soul_zhang/sd-webui-openpose-editor.git
soul_zhang
sd-webui-openpose-editor
sd-webui-openpose-editor
main

搜索帮助