shuuro-wasm
v0.3.2
Published
Library for shuuro-wasm on client part.
Downloads
8
Readme
WebAssembly port of the shuuro rust crate.
Built with 🦀🕸 and wasm-bindgen
🚴 Usage
pnpm i shuuro-wasm
This package also includes TypeScript type defintions.
import { ShuuroPosition, ShuuroShop } from "shuuro-wasm";
async function init() {
let shop = new ShuuroShop();
let position = new ShuuroPosition("standard");
}