UNPKG

latentimg

Version:

Lightweight browser-side encoder/decoder for images using ONNX

45 lines (44 loc) 1.02 kB
{ "name": "latentimg", "version": "0.0.6", "description": "Lightweight browser-side encoder/decoder for images using ONNX", "main": "dist/latentimg.cjs.js", "module": "dist/latentimg.esm.js", "types": "dist/types/index.d.ts", "files": [ "dist", "types" ], "scripts": { "build": "rollup -c", "types": "tsc --emitDeclarationOnly", "prepare": "yarn types && yarn build" }, "keywords": [ "onnx", "latent", "image", "encoder", "decoder", "browser", "typescript" ], "author": "Park Changwoo", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/parkchangwoo1/latentimg" }, "peerDependencies": { "onnxruntime-web": "^1.21.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "rollup": "^4.37.0", "typescript": "^5.8.2", "tslib": "^2.8.1" } }