PixelForge is a browser-based pixel art editor built with vanilla HTML, CSS, and JavaScript. It provides a clean canvas workflow for drawing, filling, transforming, previewing, and exporting pixel art without any external build tools.
https://github.com/Sevanton88/pixelforge
- Multiple drawing tools including pencil, eraser, fill, eyedropper, line, and rectangle
- Adjustable brush sizes, custom color picker, and reusable palette system
- Undo and redo history, zoom controls, grid toggle, and live pixel position tracking
- Canvas transforms such as flip horizontal, flip vertical, rotate, plus PNG export and preview
- HTML5
- CSS3
- JavaScript (ES6+)
- Clone the repository
- Open
index.htmlin your browser
The goal of this project was to practice building an interactive canvas-based editor with the native Canvas API, strengthen DOM event handling for desktop and mobile interactions, and create a polished pixel art tool without relying on frameworks or a build process.
DuΕ‘an
Frontend Developer focused on Web Development & AI