fullscreen drawing

This commit is contained in:
JurajKubrican
2025-02-28 16:41:29 +01:00
committed by Juraj Kubrican
parent 0505964854
commit 7ed413648c
11 changed files with 345 additions and 142 deletions

4
js/global.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare const mitt: {
//@ts-expect-error
<T = any>(): import("mitt").Emitter<T>;
};