Add paint example

This commit is contained in:
Anton Danilkin
2018-09-13 02:10:23 +03:00
parent c6ede65856
commit 62b04e44c4
10 changed files with 178 additions and 0 deletions

5
examples/paint/index.js Normal file
View File

@ -0,0 +1,5 @@
// For more comments about what's going on here, check out the `hello_world`
// example.
import('./wasm_bindgen_paint').then(paint => {
paint.main();
});