Grid Paint is a web-based drawing tool that allows you to create grid-style art. It uses the p5.js library for rendering and provides a simple interface for drawing and saving your creations.
- Clone the repository or download the source code.
- Install Node.js if you haven't already.
- Run the following command to serve the application:
npx serve- Open your browser and navigate to
http://localhost:3000to start using Grid Paint.
- Draw grid-style art with adjustable grid size.
- Toggle between black and white brush colors.
- Save your drawings as PNG images.
Here's a demo of Grid Paint in action:
You can also test the live version of Grid Paint here.
This project is open-source and available under the MIT License.
