npx shadcn@latest add https://better-components-alpha.vercel.app/r/stop-motion.json
Stop Motion
Example.tsx
import { StopMotion } from "@/components/better/stop-motion"export function Example() {return (<StopMotion className="text-4xl font-semibold" fps={8}>Stop Motion</StopMotion>)}