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