feat(frontend): add frontend files and handling

This commit is contained in:
2026-05-28 12:16:23 +02:00
parent 7347565cda
commit 2dfc206fea
6 changed files with 3490 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
package svgtemplater
import "embed"
//go:embed frontend/*
var Frontend embed.FS