feat(backgrounds): add fireflies background

This commit is contained in:
Boris Kovalskii
2026-06-11 10:11:55 +10:00
parent caf499a824
commit 1d00ca97e5
8 changed files with 170 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ const VALID_TYPES: ReadonlySet<string> = new Set<BackgroundType>([
'dots',
'spotlight',
'ripple',
'fireflies',
'none',
]);