DitherA dithered gradient background effect with post-processing.background PreviewCodeCopyimport Dither from "@/components/vritti/dither"; export function DitherExample() { return ( <div className="relative h-[400px] w-full overflow-hidden rounded-lg"> <Dither /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/dither"Copy Dependencies pnpmnpmyarnbunpnpm add three @react-three/fiber @react-three/postprocessing postprocessingCopy