Merge branch 'main' into feat/liquid-chrome

This commit is contained in:
David
2025-07-17 09:48:07 +03:00
committed by GitHub
5 changed files with 372 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ const backgrounds = {
'orb': () => import('../demo/Backgrounds/OrbDemo.vue'),
'ballpit': () => import('../demo/Backgrounds/BallpitDemo.vue'),
'liquid-chrome': () => import('../demo/Backgrounds/LiquidChromeDemo.vue'),
'grid-distortion': () => import('../demo/Backgrounds/GridDistortionDemo.vue'),
};
export const componentMap = {