Add DarkVeil component

This commit is contained in:
onmax
2025-07-20 20:46:43 +02:00
parent efe901aabb
commit cd16792c32
5 changed files with 364 additions and 0 deletions

View File

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