AI Blob
ai-blob-tw
Customize
400
1
0.8
3
1
0.5
Props
| Name | Type | Default | Description |
|---|---|---|---|
| size | number | 400 | Width and height of the blob container in pixels |
| animationSpeed | number | 1.0 | Animation speed multiplier (higher = faster) |
| glowIntensity | number | 0.8 | Intensity of the glow effect (0-1) |
| noiseScale | number | 3.0 | Scale of the noise pattern (higher = more detail) |
| innerScale | number | 1.0 | Scale of the internal noise patterns (higher = smaller patterns) |
| resolution | number | 1.0 | Resolution multiplier for performance (0.5 = half res, 1.0 = full) |
| colors | string[] | ["#ff006e", "#8338ec", "#3a86ff", "#06ffa5"] | Array of color hex strings for gradient (2-4 colors recommended) |
| className | string | "" | Additional CSS classes |
| style | React.CSSProperties | undefined | Inline styles |