2021-10-27 23:18:09 +03:00
|
|
|
Drawing with mouse events using DOM API. Adopted from MDN examples.
|
|
|
|
|
|
|
|
# Compiling
|
|
|
|
```
|
2021-10-29 11:23:40 +03:00
|
|
|
v -b js_browser examples/js_dom_draw/draw.js.v
|
2021-10-27 23:18:09 +03:00
|
|
|
```
|
|
|
|
Then you can open `index.html` with your favourite browser.
|