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