inkvec / pkg-threads /package.json
Incorporo-user's picture
web: the denoiser in the browser, on WebGPU through ONNX Runtime Web
70d96b4 verified
Raw
History Blame Contribute Delete
498 Bytes
{
"name": "inkvec-wasm",
"type": "module",
"collaborators": [
"LogoLabs"
],
"description": "Inkvec in the browser: the tracer compiled to WebAssembly",
"version": "0.1.4",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/logolabs/inkvec"
},
"files": [
"inkvec_wasm_bg.wasm",
"inkvec_wasm.js",
"inkvec_wasm.d.ts"
],
"main": "inkvec_wasm.js",
"types": "inkvec_wasm.d.ts",
"sideEffects": [
"./snippets/*"
]
}