Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mggwxyz/pixelpad
A simple sketchpad for making favicons and pixel art
https://github.com/mggwxyz/pixelpad
css favicons html javascript pixel-art sketchpad
Last synced: 10 days ago
JSON representation
A simple sketchpad for making favicons and pixel art
- Host: GitHub
- URL: https://github.com/mggwxyz/pixelpad
- Owner: mggwxyz
- Created: 2016-01-26T02:48:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T19:07:51.000Z (almost 8 years ago)
- Last Synced: 2024-11-29T09:49:09.487Z (2 months ago)
- Topics: css, favicons, html, javascript, pixel-art, sketchpad
- Language: CSS
- Homepage: https://mggwxyz.github.io/pixelpad
- Size: 661 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pixelpad
A simple sketchpad for making favicons for your websites as well as pixel art.
## Try it out
[https://mggwxyz.github.io/pixelpad](https://mggwxyz.github.io/pixelpad)
## Table of Contents
1. [Setting up the project](#setting-up-the-project)
1. [Creating images with Pixelpad](#creating-images-with-pixelpad)
* [Painting the image](#painting-the-image)
* [Downloading the image](#downloading-the-image)
1. [Inspiration](#inspiration)## Setting up the project
1. Clone the git repository using a bash terminal
```bash
git clone https://github.com/mggwxyz/pixelpad.git
```
1. Navigate into the project directory```bash
cd pixelpad
```
1. Start the application
```bash
npm start
```
## Create images with PixelpadPixelpad can be used to create favicons and pixel on your phone, tablet, or laptop.
#### Painting the image
To paint simply over your cursor or finger over the pixel grid and press down. Drag your cursor/finger around the pixel grid while keeping downward pressure to paint other grid cells.
#### Downloading the image
Once you are done creating your image, you may give your file a name in the `File Name` input. Then click the `Download Image` button to download the image.
## Inspiration
This project initially started as JavaScript/jQuery sketchpad project from [The Odin Project](http://www.theodinproject.com/).