initial commit

This commit is contained in:
2026-04-05 16:08:59 +03:00
commit 75ab9bec9f
1117 changed files with 789034 additions and 0 deletions

5
editor/node_modules/w3c-keyname/index.d.cts generated vendored Normal file
View File

@@ -0,0 +1,5 @@
export function keyName(event: Event): string;
export const base: {[keyCode: number]: string};
export const shift: {[keyCode: number]: string};