Saorsa Canvas WASM Application
This crate provides the WASM bindings for the Saorsa Canvas, enabling the canvas to run in web browsers.
Usage
Build for WASM:
Then import in JavaScript:
import init from './pkg/canvas_app.js';
await ;
const app = ;
;