Ascii Cursor
Cursor that leaves ASCII character trail
ascii-cursor-tw
MOVE CURSOR
Customize
40
20
2
1
Props
| Name | Type | Default | Description |
|---|---|---|---|
| size | number | 20 | Size of the grid cells in pixels |
| color | string | "#00ff00" | Color of the characters |
| backgroundColor | string | "#000000" | Background color of the active cells |
| enableFade | boolean | true | Whether to fade out the characters or keep them solid |
| spread | number | 5 | Spread of the cursor trail (brush size) |
| persistence | number | 1 | Duration of the trail persistence |
| opacity | number | 1 | Overall opacity of the cursor effect |
| enableBloom | boolean | false | Enable bloom effect |
| bloomStrength | number | 2 | Strength of the bloom effect |
| bloomRadius | number | 0.4 | Radius of the bloom effect |
| enableChromaticAberration | boolean | false | Enable chromatic aberration effect |
| chromaticAberrationOffset | number | 0.005 | Offset of the chromatic aberration effect |
| characters | string | " .:-+*=%@#" | String of characters to use for the cursor trail |
| className | string | "" | Additional CSS classes for the container |