corsace-parser
v0.2.3
Published
An npm library built via rust/wasm for parsing osu! beatmaps and replays.
Downloads
37
Readme
Build
wasm-pack build --target nodejs <--debug>
Test
wasm-pack build --target web && cd www && npm i && npm run start
Run tests in console
wasm-pack test --node
Test in web
cd www && npm run start
Docs
cargo doc --no-deps