wasm-bindgen/examples/paint/index.js

5 lines
130 B
JavaScript

// For more comments about what's going on here, check out the `hello_world`
// example.
import('./pkg')
.catch(console.error);