mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gg: add text rendering, keyboard event handling for JS and other fixes (#12932)
This commit is contained in:
6
examples/snek/index.html
Normal file
6
examples/snek/index.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<body class="main">
|
||||
<title>gg</title>
|
||||
<canvas style="border: 1px solid black;" width="700" height="800" id="canvas"></canvas>
|
||||
<script type="text/javascript" src="snek.js"></script>
|
||||
|
||||
</body>
|
||||
Reference in New Issue
Block a user