Colorful Unicode ASCII Art Generator
Go to file
Jeff Emmett 82192346d0 Auto-generate on upload, fill preview, fix re-upload
- Auto-generate: selecting a file immediately renders it (no separate
  Generate click needed)
- Auto-fit zoom now scales UP to fill the preview area, not just down
  to fit width. Uses min(scaleW, scaleH) to fit the limiting dimension.
- Fix re-upload: reset fileInput.value on click so selecting the same
  file again triggers the change event
- Patterns also auto-fit to fill the preview

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 17:06:25 +00:00
static Auto-generate on upload, fill preview, fix re-upload 2026-04-02 17:06:25 +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