Spaces:
Running
Running
| { | |
| "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" | |
| } | |
| } |