Components
Stunning animated ASCII art by entering your custom text and watching it come to life. Easily update the displayed text through an intuitive modal interface, and enjoy a dynamic visual experience that adapts to your screen size. Perfect for adding a unique touch to your projects or presentations, this application transforms simple text into an engaging visual spectacle.
Loading preview...
import AsciiHero from "@/components/ui/animated-ascii-letter-hero"
export default function Home() {
return (
<main className="min-h-screen w-full">
<AsciiHero text="21st.dev" />
</main>
)
}