feat: start implement panels rendering, remove unused files

This commit is contained in:
2026-02-06 21:27:52 +05:00
parent 571fd9bf25
commit 886ef73474
20 changed files with 176 additions and 826 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { HexColor, TextAlign } from "$lib/types/text";
import type { HexColor, TextAlign } from "$lib/util-types";
export type TextConfig = {
fontSize: number;