Ascii TextRenders text with an ASCII art style effect using Three.js.text PreviewCodeCopyimport ASCIIText from "@/components/vritti/ascii-text"; export function ASCIITextExample() { return ( <div className="flex items-center justify-center p-8 w-full h-[400px]"> <ASCIIText text="Hello World" /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/ascii-text"Copy Dependencies pnpmnpmyarnbunpnpm add threeCopy