Merge pull request #63 from Gazoon007/feat/light-rays

Create <LightRays /> background
This commit is contained in:
David
2025-07-26 22:22:09 +03:00
committed by GitHub
5 changed files with 796 additions and 0 deletions

View File

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