Pixel BlastA pixelated blast particle background effect.backgroundimage PreviewCodeCopyimport PixelBlast from "@/components/vritti/pixel-blast"; export function PixelBlastExample() { return ( <div className="relative h-[400px] w-full overflow-hidden rounded-lg"> <PixelBlast /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/pixel-blast"Copy Dependencies pnpmnpmyarnbunpnpm add three postprocessingCopy