Skip to main content

ASCII Text Widget (ascii-text)

The ASCII Text widget renders custom alphanumeric text strings using FIGlet-style character matrices (block, slant, and thin fonts).

Configuration Schema

string
default:"GitAscii"
The input text string converted to ASCII glyphs.
'block' | 'slant' | 'thin'
default:"block"
Selects the ASCII letterform matrix:
  • block: Solid geometric blocks.
  • slant: Angled, forward-leaning italic aesthetic.
  • thin: Lightweight minimalist stroke font.

Real Code Example