Solved merge conflict.

This commit is contained in:
snepsnepy
2025-07-21 16:05:46 +03:00
5 changed files with 427 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ const textAnimations = {
'rotating-text': () => import("../demo/TextAnimations/RotatingTextDemo.vue"),
'glitch-text': () => import("../demo/TextAnimations/GlitchTextDemo.vue"),
'scroll-velocity': () => import("../demo/TextAnimations/ScrollVelocityDemo.vue"),
'text-type': () => import("../demo/TextAnimations/TextTypeDemo.vue"),
};
const components = {