Added <Prism /> Background

This commit is contained in:
Utkarsh-Singhal-26
2025-08-21 18:38:38 +05:30
parent 3360cc3124
commit d0b1a02d30
5 changed files with 646 additions and 1 deletions

View File

@@ -105,6 +105,7 @@ const backgrounds = {
'galaxy': () => import('../demo/Backgrounds/GalaxyDemo.vue'),
'faulty-terminal': () => import('../demo/Backgrounds/FaultyTerminalDemo.vue'),
'light-rays': () => import('../demo/Backgrounds/LightRaysDemo.vue'),
'prism': () => import('../demo/Backgrounds/PrismDemo.vue'),
};
export const componentMap = {