feat: compute mouse position for each screen

This commit is contained in:
2025-12-13 17:00:42 +01:00
parent 285de91dd0
commit 8d45b76944
3 changed files with 75 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
</head>
<body>
<div id="app"></div>
<div id="coord-display"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>