1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-18 19:20:51 +00:00

16 lines
391 B
Markdown
Raw Permalink Normal View History

# 2D Canvas
[View documentation for this example online][dox] or [View compiled example
online][compiled]
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/canvas/
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/2d-canvas.html
You can build the example locally with:
```
$ npm run serve
```
and then visiting http://localhost:8080 in a browser should run the example!