mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
An online canvas based Pixel Art creation tool for Lospec.com
_ext | ||
css | ||
images | ||
js | ||
views | ||
.gitignore | ||
build.js | ||
package-lock.json | ||
package.json | ||
README.md |
Lospec Procedural Pixel Art Generator
This is a browser based tool used to create a template which can generate randomized pixel art.
The tool can be viewed online here: https://lospec.com/procedural-pixel-art-generator/
What to Contribute
Any changes that fix bugs or add features are welcome.
Suggestions / Planned features:
- Mobile support
- Variable canvas size
- More Layers
- More Colors
- Color variations (choose a color randomly)
How to Contribute
- Click Fork above. It will automatically create a copy of this repository and add it to your account.
- Clone the repository to your computer.
- Open the folder in command prompt and run npm install
- Make any changes you would like to suggest.
- In command prompt run node build.js which will compile it to the /build folder, where you can make sure it works
- Add, Commit and Push your changes to your fork.
- On this page, click New Pull Request above the file list.
- Change the head repository dropdown to your fork.
- Add a title and description explaining your changes.
- Click create pull request.
If you have any trouble, see this page: https://help.github.com/en/articles/creating-a-pull-request-from-a-fork
License
This software may not be resold, redistributed, rehosted or otherwise conveyed to a third party.