An open API service indexing awesome lists of open source software.

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

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

![preview](img/pixelartPreview.jpg)

### Credits

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