File size: 350 Bytes
1313f05
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "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"
  }
}