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

https://github.com/ryleeharrison/image-to-color-swatch-react

Extract prominent colors from an image.
https://github.com/ryleeharrison/image-to-color-swatch-react

auto-color-scheme color-scheme image-processing react react-images react-swatch swatches

Last synced: about 1 month ago
JSON representation

Extract prominent colors from an image.

Awesome Lists containing this project

README

        

# image-to-color-swatch-react
Extract prominent colors from an image.

Try the [demo](https://ryleeharrison.github.io/image-to-color-swatch-react/)

![images](/screenshot.jpg?raw=true)

## Quick start

```sh
git clone https://github.com/RyLeeHarrison/image-to-color-swatch-react
cd image-to-color-swatch-react
yarn install # or npm install
yarn start # or npm start
```