A static project with animated ASCII/SVG rendering and export to SVG / GIF.
- Live animated ASCII rendering in SVG.
- Multiple shape presets:
Donut,Square (Solid),Square (Hollow),Triangle. - Adjustable animation speed slider.
- Badge markdown output generator with one-click copy.
- Export animation to
SVGandGIF.
- Push the project to GitHub.
- In Vercel, click
Add New -> Projectand select the repository. - Set
Framework PresettoOther. - Leave
Build Commandempty. - Leave
Output Directoryempty. - Click
Deploy.
Vercel serves index.html from the repository root and the static/ directory automatically.
python3 -m http.server 4173Open http://localhost:4173.