Colorful Unicode ASCII Art Generator
Go to file
Jeff Emmett 3176a36ce6 Fix emoji/wide-char palette proportions
Emoji, hieroglyphs, dominos, mahjong, playing cards, cuneiform,
alchemical, flora, and weather palettes use double-width characters
that display at 2x normal monospace width in browsers.

Fix: detect wide palettes and halve the render width with adjusted
aspect ratio (1.0 instead of 0.55) so the output maintains correct
image proportions regardless of character width.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 04:22:15 +00:00
static Super high-res rendering: up to 1500 chars wide 2026-04-02 04:16:36 +00:00
templates Super high-res rendering: up to 1500 chars wide 2026-04-02 04:16:36 +00:00
.gitignore Initial release: ASCII Art Generator 2026-04-02 01:43:17 +00:00
Dockerfile Super high-res rendering: up to 1500 chars wide 2026-04-02 04:16:36 +00:00
app.py Super high-res rendering: up to 1500 chars wide 2026-04-02 04:16:36 +00:00
docker-compose.yml Super high-res rendering: up to 1500 chars wide 2026-04-02 04:16:36 +00:00
render.py Fix emoji/wide-char palette proportions 2026-04-02 04:22:15 +00:00
requirements.txt Initial release: ASCII Art Generator 2026-04-02 01:43:17 +00:00