https://github.com/erme07/pixelartcanvas
A small canvas to create figures and drawings in pixel art style
https://github.com/erme07/pixelartcanvas
css html javascript pixel-art
Last synced: 2 months ago
JSON representation
A small canvas to create figures and drawings in pixel art style
- Host: GitHub
- URL: https://github.com/erme07/pixelartcanvas
- Owner: erme07
- Created: 2023-06-07T21:31:24.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-26T16:46:39.000Z (over 1 year ago)
- Last Synced: 2025-01-10T23:27:13.935Z (4 months ago)
- Topics: css, html, javascript, pixel-art
- Language: JavaScript
- Homepage: https://erme07.github.io/pixelArtCanvas/
- Size: 418 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pixel Art Canvas
A small canvas that allows you to create simple figures or complex drawings in pixel art style
## Features
- It is possible to choose any color to paint on the canvas.
- has a custom color picker.
- You can erase individual pixels with the eraser.
- It is possible to clean the entire canvas with a simple click.
- Grid lines can be enabled or disabled.
- Compatible with touch screen.
- Fully responsive.
- you can download an image with the work done on the canvas## Preview

### Credits
This project uses the [TinyColor](https://github.com/bgrins/TinyColor) library to manage the color picker function.