Pixel TrailPixelated trail following the cursor.animationimage PreviewCodeCopyimport PixelTrail from "@/components/vritti/pixel-trail"; export function PixelTrailExample() { return ( <div className="relative w-full h-[400px] rounded-lg bg-black overflow-hidden"> <PixelTrail /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/pixel-trail"Copy Dependencies pnpmnpmyarnbunpnpm add three @react-three/fiber @react-three/dreiCopy