BigText
display
BigText: renders text as large 5×3 ASCII art banner characters
Terminal
$termuijs render big-text
Installation
$ bunx termuijs add big-text
Copies the source into src/components/big-text/ and installs @termuijs/core, @termuijs/widgets.
Usage
ts
import { BigText } from '@termuijs/widgets'ts
new BigText(text: string, style: Partial<Style> = {}, opts: BigTextOptions = {})API Reference
BigText
| Prop | Type | Required | Description |
|---|---|---|---|
text | string | required | — |
color | Color | optional | Color for the rendered characters |