Merge branch 'main' into feat/plasma

This commit is contained in:
David
2025-08-22 22:16:52 +03:00
committed by GitHub
5 changed files with 661 additions and 1 deletions

View File

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