/image-pixelator

🎨 Straightforward web app to quickly get the dominant colors of any image

Primary LanguageJavaScriptMIT LicenseMIT

image-pixelator

A simple web app to quickly view the dominant colors of any image

Development

  1. Install dependencies (npm i)
  2. Start the dev server (npm start)
  3. Hack away!

Contributing

This project is open to and encourages contributions! Feel free to discuss any bug fixes/features in the issues. If you wish to work on this project:

  1. Fork this project
  2. Create a branch (git checkout -b new-branch)
  3. Commit your changes (git commit -am 'add new feature')
  4. Push to the branch (git push origin new-branch)
  5. Submit a pull request!