A pixel art canvas using vanilla JavaScript
View Demo
To exercise the fundamentals of web development.
- Clone the repo
git clone git@github.com:renatozr/pixel-art-canvas.git
- Enter the directory
cd pixel-art-canvas
- Run the project with Live Server or open the
index.html
file with your browser