1 Star 0 Fork 8

ForeverAct/Background-RemovalJS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@imgly/background-removal",
"version": "1.0.6",
"description": "Background Removal in the Browser",
"keywords": [
"background-removal",
"client-side",
"data-privacy",
"image-segmentation",
"image-matting",
"onnx"
],
"repository": {
"type": "git",
"url": "https://github.com/imgly/background-removal-js.git"
},
"license": "SEE LICENSE IN LICENSE.md",
"author": {
"name": "IMG.LY GmbH",
"email": "support@img.ly",
"url": "https://img.ly"
},
"bugs": {
"email": "support@img.ly"
},
"main": "./dist/browser.js",
"module": "./dist/browser.mjs",
"browser": "./dist/browser.js",
"homepage": "https://img.ly/showcases/cesdk/web/background-removal/web",
"types": "./dist/browser.d.ts",
"files": [
"LICENSE.md",
"README.md",
"dist/"
],
"scripts": {
"start": "npm run clean; npm run watch",
"clean": "npx rimraf dist",
"test": "true",
"build": "npm run clean; npx webpack --mode production",
"watch": "npm run clean; npx webpack --watch --mode development",
"publish:public": "npm run build && npm publish --access public",
"lint": "npx prettier --write ."
},
"devDependencies": {
"@types/lodash": "^4.14.195",
"@types/node": "^20.3.1",
"assert": "^2.0.0",
"lodash": "^4.17.21",
"onnxruntime-web": "^1.15.1",
"ts-loader": "^9.4.3",
"tslib": "^2.5.3",
"typescript": "^5.1.3",
"util": "^0.12.5",
"wasm-feature-detect": "^1.5.1",
"webpack": "^5.85.1",
"webpack-cli": "^5.1.4",
"zod": "^3.21.4"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/ForeverAct/Background-RemovalJS.git
git@gitee.com:ForeverAct/Background-RemovalJS.git
ForeverAct
Background-RemovalJS
Background-RemovalJS
main

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385