A smooth SVG text animation component that creates a mesmerizing path drawing effect
import PathAnimation from "@/components/ui/svg-path-drawing-text-animation"; const DemoOne = () => { return <PathAnimation />; }; export { DemoOne };