tja 0.5.0

TJA file parser written in Rust, working in Rust, Python, and WebAssembly.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
    "name": "@jacoblincool/tja",
    "description": "TJA file parser written in Rust, working in Rust, Python, and WebAssembly.",
    "main": "pkg/tja.js",
    "types": "pkg/tja.d.ts",
    "files": [
        "pkg/"
    ],
    "scripts": {
        "build": "wasm-pack build --scope jacoblincool --target web --features wasm"
    }
}