<style>
    canvas {width: 100vw; height: 100vh}
    body {margin: 0}
</style>
<canvas id="canvas">
  This browser requires the <code>&lt;canvas&gt;</code> element to work
</canvas>
<script src="./src/main.js" type="module"></script>