Merge pull request #60 from Utkarsh-Singhal-26/feat/faulty-terminal

Added <FaultyTerminal /> background
This commit is contained in:
David
2025-07-24 15:46:20 +03:00
committed by GitHub
5 changed files with 677 additions and 1 deletions

View File

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