Props
| Prop Name | Type | Default | Description |
|---|---|---|---|
hue | number | 200 | Base hue for background colors (in degrees, 0–360). |
saturation | number | 0.8 | Saturation of the background color (0–1). |
chroma | number | 0.6 | Chroma/lightness factor of the HSL color (0-1). |
class | string | — | Optional additional CSS classes for the canvas element. |
pointer-events-none. You can override styles via the class prop if needed.
Credits
- Built using OGL — a minimal WebGL framework
- Math and pattern logic based on recursive trigonometric layering
- Ported from Neural Glow Cursor by Cursify