npm i @paper-design/shaders-react
import { Warp } from '@paper-design/shaders-react'; <Warp style={{ height: 500 }} proportion={0.45} softness={1} distortion={0.25} swirl={0.8} swirlIterations={10} shape="checks" shapeScale={0.1} scale={1} rotation={0} speed={1} colors={[ "hsl(0, 0%, 7%)", "hsl(255, 100%, 72%)", "hsl(0, 0%, 7%)", "hsl(264, 100%, 61%)" ]} />
Animated color fields warped by noise and swirls, applied over base patterns (checks, stripes, or split edge). Blends up to 10 colors with adjustable distribution, softness, distortion, and swirl. Great for fluid, smoky, or marbled effects