ASCII Text(006)
Transforms 3D scene text into real-time dynamic ASCII art characters with lighting controls.
HoverClick
Requires:three
Loading…
Installation
$npx kibo add ascii-text
Usage
Props Reference
| Prop | Type | Default | Description |
|---|---|---|---|
text | string | 'David!' | The text content to display and animate. |
asciiFontSize | number | 8 | Controls the ascii font size for the component animation. |
textFontSize | number | 200 | Controls the text font size for the component animation. |
textColor | string | '#fdf9f3' | Controls the text color for the component animation. |
planeBaseHeight | number | 8 | Controls the plane base height for the component animation. |
enableWaves | boolean | true | Controls the enable waves for the component animation. |