Pixel ImageA component that displays an image with a pixelated effect.animationimage PreviewCodeCopyimport { PixelImage } from "@/components/vritti/pixel-image" export function PixelImageExample() { return ( <PixelImage src="/placeholder.jpg" customGrid={{ rows: 4, cols: 6 }} grayscaleAnimation /> ) } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/pixel-image"Copy