God Rays
Installation
npm i @paper-design/shaders-react
Code
import { GodRays } from '@paper-design/shaders-react'; <GodRays width={1280} height={720} colors={["#cc3333", "#cc9933", "#99cc33", "#33cc33"]} colorBack="#000000" colorBloom="#0000ff" bloom={0.4} intensity={0.8} density={0.3} spotty={0.3} midSize={0.2} midIntensity={0.4} speed={0.75} offsetY={-0.55} />
Shader Props
Common Props
Description
Animated rays of light radiating from the center, blended with up to 5 colors. The rays are adjustable by size, density, brightness and center glow. Great for dramatic backgrounds, logo reveals, and VFX like energy bursts or sun shafts.