A simple web-based pixel art creator tool that allows users to design pixel grids of varying sizes and paint them with their choice of color.
Note: Replace
path_to_screenshot.pngwith the actual path to a screenshot of your application.
- Dynamic Grid Generation: Specify the width and height to generate your pixel grid.
- Custom Color Selection: Choose any color you want to paint with using the integrated color picker.
- Drawing & Erasing: Easily paint pixels or erase them with the provided controls.
- Responsive Design: The tool is designed to be used on both desktop and mobile devices.
- A modern web browser (e.g., Chrome, Firefox).
- Clone or download this repository to your local machine.
- Open
index.htmlin your preferred web browser. - Use the sliders to specify the grid size, and then click "Generate Design" to create your grid.
- Pick a color and start designing your pixel art!
- Use the "Draw" and "Delete" buttons to toggle between painting and erasing modes.
This project uses plain HTML, CSS, and JavaScript. To contribute, simply make changes to the respective files and test your changes by opening index.html in a browser.
Inspiration for this project came from ASMR Prog.
This project is open-source and available under the MIT License. See LICENSE.md file for details.