1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/examples/js_dom_draw
2022-05-13 06:56:21 +03:00
..
draw.js.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +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.js.v

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