anycalib-wasm / package.json
SebRincon's picture
Upload AnyCalib WASM demo (ONNX Runtime Web)
1313f05 verified
raw
history blame contribute delete
350 Bytes
{
"name": "anycalib-wasm",
"version": "1.0.0",
"description": "AnyCalib camera calibration running in the browser via ONNX Runtime Web (WASM)",
"main": "index.js",
"scripts": {
"start": "npx http-server . -p 8080 -c-1",
"build": "echo 'No build step needed - pure JS'"
},
"dependencies": {
"onnxruntime-web": "^1.17.0"
}
}