1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/examples/js_dom_draw
2021-10-28 02:18:38 +03:00
..
draw.js.v ci: comment out the main body in draw.js.v for now 2021-10-28 02:18:38 +03:00
index.html
README.md

Drawing with mouse events using DOM API. Adopted from MDN examples.

Compiling

v -b js_browser examples/js_dom_draw/draw.v

Then you can open index.html with your favourite browser.