This commit is contained in:
Maciej Caderek
2022-02-25 03:34:50 +01:00
parent 6bb08b8807
commit 756a751ffb
26 changed files with 336 additions and 60 deletions

View File

@@ -52,13 +52,7 @@ export type MoveIndicator =
| { type: "hueShift"; data: number }
| { type: "color"; data: string };
export type StyleCategory =
| "mono"
| "colorful"
| "gradient"
| "material"
| "pic"
| "custom";
export type StyleCategory = "solid" | "gradient" | "pic" | "custom";
export type Style = {
name: string;