Animated (shimmer) ASCII art in the Voxel style, made with the 21st.dev ASCII editor and baked to a looping video. A drop-in, zero-dependency React component for hero sections, cards, and retro terminal-style backgrounds.
import { AsciiArt } from "@/components/ui/dark-mode" export default function AsciiArtDemo() { return ( <div className="relative h-screen w-full overflow-hidden"> <AsciiArt className="h-full w-full" /> </div> ) }