Migrate <ShapeBlur />

This commit is contained in:
David Haz
2025-07-12 18:34:29 +03:00
parent af0fa8cc31
commit 52ad446958
5 changed files with 490 additions and 1 deletions

View File

@@ -62,7 +62,8 @@ const backgrounds = {
'aurora': () => import('../demo/Backgrounds/AuroraDemo.vue'),
'beams': () => import('../demo/Backgrounds/BeamsDemo.vue'),
'grid-motion': () => import('../demo/Backgrounds/GridMotionDemo.vue'),
'hyperspeed': () => import('../demo/Backgrounds/HyperspeedDemo.vue')
'hyperspeed': () => import('../demo/Backgrounds/HyperspeedDemo.vue'),
'shape-blur': () => import('../demo/Backgrounds/ShapeBlurDemo.vue')
};
export const componentMap = {