Select Git revision
index.html 233 B
<style>
canvas {width: 100vw; height: 100vh}
body {margin: 0}
</style>
<canvas id="canvas">
This browser requires the <code><canvas></code> element to work
</canvas>
<script src="./src/main.js" type="module"></script>