FEAT: � New <PixelBlast /> background

This commit is contained in:
Utkarsh-Singhal-26
2025-09-01 08:30:48 +05:30
parent e68fd67fb8
commit 3958ef3549
7 changed files with 1021 additions and 111 deletions

View File

@@ -112,6 +112,7 @@ const backgrounds = {
'prism': () => import('../demo/Backgrounds/PrismDemo.vue'),
'gradient-blinds': () => import('../demo/Backgrounds/GradientBlindsDemo.vue'),
'prismatic-burst': () => import('../demo/Backgrounds/PrismaticBurstDemo.vue'),
'pixel-blast': () => import('../demo/Backgrounds/PixelBlastDemo.vue'),
};
export const componentMap = {