Make it run in browser

This commit is contained in:
2025-12-28 23:24:18 +01:00
parent ac82875a3d
commit 258ae03cec
7 changed files with 298 additions and 232 deletions
+11
View File
@@ -0,0 +1,11 @@
<html>
<body>
<!-- canvas required by the Slint runtime -->
<canvas id="canvas"></canvas>
<script type="module">
// import the generated file.
import init from "./pkg/inkopslista.js";
init();
</script>
</body>
</html>