piet-web 0.0.7

Web canvas backend for piet 2D graphics abstraction.
Documentation
piet-web-0.0.7 is not a library.

Running the examples

Ensure both cargo and npm are installed.

Make sure that wasm-pack is installed:

$ cargo install wasm-pack

Then run the following:

$ cd examples/basic && ./build.sh

Then navigate your browser to the local web server that was started.