Pixel SnowAn animated pixel snow falling background effect.backgroundimage PreviewCodeCopyimport PixelSnow from "@/components/vritti/pixel-snow"; export function PixelSnowExample() { return ( <div className="relative h-[400px] w-full overflow-hidden rounded-lg"> <PixelSnow /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/pixel-snow"Copy Dependencies pnpmnpmyarnbunpnpm add threeCopy