Added <Orb /> background

This commit is contained in:
Utkarsh-Singhal-26
2025-07-15 18:43:14 +05:30
parent 62a59b64f5
commit 16a8664a00
5 changed files with 457 additions and 2 deletions

View File

@@ -74,7 +74,8 @@ const backgrounds = {
'grid-motion': () => import('../demo/Backgrounds/GridMotionDemo.vue'),
'hyperspeed': () => import('../demo/Backgrounds/HyperspeedDemo.vue'),
'shape-blur': () => import('../demo/Backgrounds/ShapeBlurDemo.vue'),
'balatro': () => import('../demo/Backgrounds/BalatroDemo.vue')
'balatro': () => import('../demo/Backgrounds/BalatroDemo.vue'),
'orb': () => import('../demo/Backgrounds/OrbDemo.vue')
};
export const componentMap = {