Components
Loading preview...
A responsive, interactive SVG animation component featuring a deer silhouette with drawing animation. The component uses Anime.js for smooth path drawing effects and includes paper texture filters for a artistic appearance. Perfect for hero sections, loading screens, or decorative elements.
@kedhar
npx shadcn@latest add https://21st.dev/r/kedhareswer.12110626/deer-logoimport React from "react";
import SVGAnimation from "../components/ui/deer-logo";
export default function DefaultDemo() {
return (
<main>
<SVGAnimation />
</main>
);
}