mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +03:00
7 lines
196 B
Markdown
7 lines
196 B
Markdown
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.
|