This commit is contained in:
2025-11-21 23:33:24 +00:00
parent f5829cfa7b
commit 98d3d58933

View File

@@ -7,7 +7,8 @@
></script>
<script type="module">
import {renderToCanvas} from './js/mobile-automata.mjs'
renderToCanvas(document.getElementById('automataCanvas'), canvas.width, canvas.height);
const canvas = document.getElementById('automataCanvas');
renderToCanvas(canvas, canvas.width, canvas.height);
</script>
<meta charset="UTF-8" />