Heatmap
Installation
npm i @paper-design/shaders-react
Code
import { Heatmap } from '@paper-design/shaders-react'; <Heatmap width={1280} height={720} image="https://shaders.paper.design/diamond.webp" colors={["#cc3333", "#cc9933", "#99cc33", "#33cc33", "#33cc99", "#3399cc", "#3333cc"]} colorBack="#000000" contour={0.5} angle={0} noise={0} innerGlow={0.5} outerGlow={0.5} speed={1} scale={0.75} />
Shader Props
Common Props
Description
A glowing gradient of colors flowing through an input image. It can for example shift from cool blues to hot reds, like thermal energy radiating through the shape. The effect creates a smoothly animated wave of intensity across the image.