v/examples/js_dom_draw
Daniel Däschle d679146a80
fmt: remove space in front of ? and ! (#14366)
2022-05-13 06:56:21 +03:00
..
README.md
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.