FEAT: 🎉 New <LiquidEther /> component

This commit is contained in:
Utkarsh-Singhal-26
2025-09-06 11:20:34 +05:30
parent 7ddec19ea3
commit 37ed4196c8
6 changed files with 1518 additions and 3 deletions

View File

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