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
14
15
16
17
{
    "name": "aruco-wasm-example",
    "version": "1.0.0",
    "description": "Simple example testing the aruco-rs webassembly bundle",
    "scripts": {
        "start": "vite"
    },
    "dependencies": {
        "@ar-js-org/aruco-rs": "file:../../pkg",
        "canvas": "^3.2.1"
    },
    "devDependencies": {
        "vite": "^5.0.0",
        "vite-plugin-top-level-await": "^1.4.0",
        "vite-plugin-wasm": "^3.3.0"
    }
}