Add AsciiText component

This commit is contained in:
onmax
2025-07-12 18:39:32 +02:00
parent 963be5986b
commit 7df5128cc3
5 changed files with 828 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ const textAnimations = {
'falling-text': () => import("../demo/TextAnimations/FallingTextDemo.vue"),
'text-cursor': () => import("../demo/TextAnimations/TextCursorDemo.vue"),
'decrypted-text': () => import("../demo/TextAnimations/DecryptedTextDemo.vue"),
'ascii-text': () => import("../demo/TextAnimations/AsciiTextDemo.vue"),
};
const components = {