Asciimator is a fast, browser-based ASCII art editor built for making terminal-style visuals with precision and speed.
Draw with layers, palette-based colors, box-drawing tools, and selection workflows designed for real editing instead of novelty demos.
Live site: asciimator.com
- Multi-layer canvas editing with quick layer controls
- DOS-style color palette tuned for terminal aesthetics
- Box-drawing, freehand, line, rectangle, fill, and text tools
- Selection workflows including move and justify operations
- Undo/redo history for iterative editing
- Import/export support for multiple formats
- Tabbed documents for parallel work
Requirements:
- Node.js 18+
- npm
Install:
npm installStart dev server:
npm run devCreate production build:
npm run buildPreview production build:
npm run preview