ASCII Text
3D ASCII text effect with Three.js and interactive mouse controls.
Configuring your account...
Please wait while we prepare everything for you
Usage
import ASCIIText from '@/components/bynanaui/ascii-text'
<ASCIIText
text="ASCII!"
asciiFontSize={8}
textFontSize={200}
enableWaves={true}
className="h-64 w-full"
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
text | string | "ASCII!" | Text to display |
asciiFontSize | number | 8 | ASCII character size |
textFontSize | number | 200 | Text font size |
enableWaves | boolean | true | Enable wave animation |
className | string | - | Additional CSS classes |