Interactive WebGL word-shaped embroidered patches with satin stitching, a merrowed border, fabric depth, and cursor-reactive lighting.
import EmbroideredWordPatches from "@/components/ui/embroidered-word-patches"; export default function EmbroideredWordPatchesDemo() { return ( <div className="flex min-h-screen w-full items-center justify-center bg-background p-8"> <EmbroideredWordPatches className="w-full max-w-5xl shadow-2xl" /> </div> ); }