ASCII Art Widget (ascii-art)
The ASCII Art widget converts avatars or custom images into character-based text art. It supports dense grayscale gradients, true braille matrices, edge enhancement, gamma correction, and full-color <tspan> matrices.
Configuration Schema
string
default:"dense"
Selects the character set for brightness mapping:
dense: 70-character gradient for maximum photographic precision.standard: Classic.:-=+*#%@ramp.blocks: Shading blocks░▒▓█.braille: True unicode Braille patterns (⡿⣟⣯⣷).matrix: Hexadecimal characters0123456789ABCDEF.
'monochrome' | 'color'
default:"monochrome"
When set to
color, uses asciiColors to tint individual characters matching the original image pixels.