smol stuff

This commit is contained in:
2025-03-09 18:29:00 +01:00
parent 4f97e26295
commit f314b960e1
3 changed files with 3 additions and 6 deletions

View File

@@ -8,10 +8,7 @@
let ws: WebSocket | null = $state(null);
let image: HTMLImageElement | null = $state(null);
let trackers: TrackerData[] = $state([
{ id: 1, x: 0, y: 0, z: 0 },
{ id: 2, x: 0, y: 0, z: 0 },
]);
let trackers: TrackerData[] = $state([]);
let width = $state(0);
let height = $state(0);