Grid ScanA grid scanning background effect with optional face detection.backgroundgrid PreviewCodeCopyimport { GridScan } from "@/components/vritti/grid-scan"; export function GridScanExample() { return ( <div className="relative h-[400px] w-full overflow-hidden rounded-lg"> <GridScan /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/grid-scan"Copy Dependencies pnpmnpmyarnbunpnpm add three postprocessing face-api.jsCopy