Components
Ascii Rain
A futuristic falling ASCII matrix effect.
npx neonblade add ascii-rainProps Configuration
| Prop | Type | Default | Description |
|---|---|---|---|
textColor | string | "#d43dd4ff" | Color of the falling text. |
bgColor | string | "rgba(0, 0, 0, 0.05)" | Background masking color for creating character trails. |
fontSize | number | 14 | Width and font-size of the columns. |
speed | number | 33 | Milliseconds between each rendering frame. |
characters | string | "ABC.." | A string slice representing possible characters. |
opacity | number | 60 | Base visual opacity constraint scaling to 100. |