A web-based pixel art editor with template support and multiple export options.
- Interactive pixel-by-pixel drawing
- Grid-based canvas with adjustable pixels
- Pre-made templates (Heart, Mushroom, Ghost, etc.)
- Color picker for custom colors
- Template color palette for quick access
- Export options (PNG, SVG, JPG)
- Transparent background support for PNG and SVG exports
- Keyboard shortcuts (R to clear canvas)
- Open
index.html
in a web browser - Select a color using the color picker
- Click and drag on the canvas to draw
- Use templates by clicking the template button
- Export your art using the export button
The project uses vanilla JavaScript and HTML5 Canvas for drawing operations. No external dependencies are required.