npm i @paper-design/shaders-react
import { Voronoi } from '@paper-design/shaders-react'; <Voronoi style={{ height: 500 }} colorGlow="hsl(0, 0%, 100%)" colorGap="hsl(0, 100%, 9%)" stepsPerColor={3} distortion={0.4} gap={0.06} glow={0} scale={0.5} rotation={0} speed={0.5} colors={[ "hsl(19, 100%, 64%)", "hsl(52, 100%, 62%)" ]} />
Double-pass Voronoi pattern cell edges.