1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/examples/js_dom_draw/README.md

8 lines
196 B
Markdown
Raw Normal View History

2021-10-27 23:18:09 +03:00
Drawing with mouse events using DOM API. Adopted from MDN examples.
# Compiling
```
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.