Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xfranme/pixel-sketch
Etch-a-sketch and pixel art in a simple webpage.
https://github.com/xfranme/pixel-sketch
css3 etch-a-sketch html5 javascript pixel-art sketch
Last synced: 4 days ago
JSON representation
Etch-a-sketch and pixel art in a simple webpage.
- Host: GitHub
- URL: https://github.com/xfranme/pixel-sketch
- Owner: xFranMe
- Created: 2024-12-26T15:37:55.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2024-12-29T22:09:14.000Z (9 days ago)
- Last Synced: 2024-12-29T23:18:01.397Z (9 days ago)
- Topics: css3, etch-a-sketch, html5, javascript, pixel-art, sketch
- Language: JavaScript
- Homepage: https://xfranme.github.io/pixel-sketch/
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PixelSketch
## What is PixelSketch?
A simple webpage that allows the user to draw on a customizable canvas and download their creations.
## Features
After setting the ideal canvas size, the user can choose between two painting modes:
* **Etch-a-Sketch**: as the traditional toys, this option allows the user to use the canvas as an [etch-a-sketch](https://en.wikipedia.org/wiki/Etch_A_Sketch).
* **Pixel Art**: the user can pick their favorite colours to fill the canvas tiles.At any moment the user can erase the already painted tiles and, once the job is finished, the download button will save the canvas as a PNG image.