Add Beams component and demo with associated code examples

This commit is contained in:
onmax
2025-07-11 20:10:08 +02:00
parent 064233db20
commit 48048e875f
4 changed files with 690 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ const backgrounds = {
'iridescence': () => import("../demo/Backgrounds/IridescenceDemo.vue"),
'threads': () => import("../demo/Backgrounds/ThreadsDemo.vue"),
'aurora': () => import("../demo/Backgrounds/AuroraDemo.vue"),
'beams': () => import("../demo/Backgrounds/BeamsDemo.vue"),
};
export const componentMap = {