mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-25 18:51:35 +00:00
Add paint example
This commit is contained in:
5
examples/paint/index.js
Normal file
5
examples/paint/index.js
Normal 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();
|
||||
});
|
Reference in New Issue
Block a user