6 Star 32 Fork 7

Gitee 极速下载/comicgen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/gramener/comicgen
克隆/下载
package.json 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
S Anand 提交于 2024-03-02 13:47 . DOC: Release version 1.9.9
{
"name": "comicgen",
"version": "1.9.9",
"description": "Add comics to your website or app with an API. Choose a character, angle, emotion and pose. Embed on your page.",
"main": "src/comicgen.js",
"jsdelivr": "src/comicgen.js",
"unpkg": "src/comicgen.js",
"repository": "https://github.com/gramener/comicgen",
"author": "S Anand <[email protected]>",
"bin": {
"comicserver": "./src/comicserver.js"
},
"scripts": {
"build": "rimraf dist && node src/buildchars.js",
"lint": "npx [email protected] --write \"**/*.{js,css,md}\" && eslint --ext js,html . && npm audit",
"prepublishOnly": "npm run lint",
"postinstall": "npm run build && node src/speechbubble.js",
"start": "node src/comicserver.js"
},
"license": "MIT",
"private": false,
"dependencies": {
"body-parser": "1",
"cheerio": "1.0.0-rc.10",
"color-interpolate": "1",
"d3-interpolate-path": "2",
"express": "4",
"fontkit": "2",
"glob": "8",
"lodash": "4",
"mustache": "4",
"rimraf": "3",
"roughjs": "^4.5.2",
"sharp": "^0.33.2",
"winston": "^3.8.1",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-html": "^6.2.0",
"prettier": "^3.2"
},
"prettier": {
"printWidth": 120
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML/CSS
1
https://gitee.com/mirrors/comicgen.git
[email protected]:mirrors/comicgen.git
mirrors
comicgen
comicgen
v1

搜索帮助