[ FIX ] : ASCIIText Naming & Registry

This commit is contained in:
Utkarsh-Singhal-26
2026-01-21 16:08:55 +05:30
parent c484742f02
commit 18d561ea6f
27 changed files with 101 additions and 35 deletions

View File

@@ -225,11 +225,11 @@ export const componentMetadata: ComponentMetadata = {
//! Text Animations -------------------------------------------------------------------------------------------------------------------------------
'TextAnimations/AsciiText': {
'TextAnimations/ASCIIText': {
videoUrl: '/assets/videos/asciitext.webm',
description: 'Renders text with an animated ASCII background for a retro feel.',
category: 'TextAnimations',
name: 'AsciiText',
name: 'ASCIIText',
docsUrl: 'https://vue-bits.dev/text-animations/ascii-text',
tags: []
},