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

1import { ASCIIText } from "@/components/kibo/ascii-text/component";
2
3export default function Example() {
4 return (
5 <ASCIIText />
6 );
7}

Props Reference

PropTypeDefaultDescription
textstring'David!'The text content to display and animate.
asciiFontSizenumber8Controls the ascii font size for the component animation.
textFontSizenumber200Controls the text font size for the component animation.
textColorstring'#fdf9f3'Controls the text color for the component animation.
planeBaseHeightnumber8Controls the plane base height for the component animation.
enableWavesbooleantrueControls the enable waves for the component animation.