aruco-rs 0.1.0

A high-performance, SIMD-accelerated ArUco marker detector for Native and WASM.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "@ar-js-org/aruco-rs",
    "version": "0.1.0",
    "description": "Developer tooling for building the aruco-rs WASM bundle",
    "scripts": {
        "build:wasm": "wasm-pack build --target bundler --out-dir pkg --scope ar-js-org --features wasm",
        "build:web": "wasm-pack build --target web --out-dir pkg --scope ar-js-org --features wasm"
    },
    "devDependencies": {
        "wasm-pack": "^0.14.0"
    },
    "private": true
}