Migrated Balatro background component.

This commit is contained in:
msavulescu
2025-07-14 21:54:26 +03:00
parent 07ce88d997
commit 6705330900
5 changed files with 463 additions and 1 deletions

View File

@@ -73,7 +73,8 @@ const backgrounds = {
'beams': () => import('../demo/Backgrounds/BeamsDemo.vue'),
'grid-motion': () => import('../demo/Backgrounds/GridMotionDemo.vue'),
'hyperspeed': () => import('../demo/Backgrounds/HyperspeedDemo.vue'),
'shape-blur': () => import('../demo/Backgrounds/ShapeBlurDemo.vue')
'shape-blur': () => import('../demo/Backgrounds/ShapeBlurDemo.vue'),
'balatro': () => import('../demo/Backgrounds/BalatroDemo.vue')
};
export const componentMap = {