svg editor gut

This commit is contained in:
2026-02-12 09:05:36 +01:00
parent 78455ca1e6
commit 98fac55ffd
4 changed files with 50 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
* -> bewusst simpel & erweiterbar
*/
(() => {
/* =========================
* Konfiguration
* ========================= */
@@ -287,3 +288,4 @@ document.addEventListener('keydown', (e) => {
// TODO: Delete -> Gerät entfernen?
});
})();