Add Dither background component

This commit is contained in:
onmax
2025-07-19 12:22:28 +02:00
parent 8cc0e53874
commit 8cf5425515
5 changed files with 569 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ const backgrounds = {
'threads': () => import('../demo/Backgrounds/ThreadsDemo.vue'),
'aurora': () => import('../demo/Backgrounds/AuroraDemo.vue'),
'beams': () => import('../demo/Backgrounds/BeamsDemo.vue'),
'dither': () => import('../demo/Backgrounds/DitherDemo.vue'),
'grid-motion': () => import('../demo/Backgrounds/GridMotionDemo.vue'),
'hyperspeed': () => import('../demo/Backgrounds/HyperspeedDemo.vue'),
'balatro': () => import('../demo/Backgrounds/BalatroDemo.vue'),