Interactive hand-drawn underlines with multiple randomized path algorithms and dynamic animations using GSAP DrawSVG.
import { Sketch } from "@/components/ui/hand-drawn"; export default function DemoOne() { return <Sketch />; }