npm i @paper-design/shaders-react
import { FlutedGlass } from '@paper-design/shaders-react'; <FlutedGlass style={{ height: 500 }} count={80} shape="lines" angle={0} distortionShape="lens" distortion={0.5} shift={0} blur={3} highlights={0} scale={1} fit="contain" marginLeft={0} marginRight={0} marginTop={0} marginBottom={0} />
Mimicking glass surface distortion over the image by distorting the texture coordinates within line patterns.