npm i @paper-design/shaders-react
import { Dithering } from '@paper-design/shaders-react'; <Dithering style={{ height: 500 }} colorBack="hsl(0, 0%, 0%)" colorFront="hsl(198, 100%, 50%)" shape="sphere" type="4x4" pxSize={2} offsetX={0} offsetY={0} scale={1} rotation={0} speed={1} />
2-color dithering effect over animated abstract shapes.