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.
- Host: GitHub
- URL: https://github.com/ryleeharrison/image-to-color-swatch-react
- Owner: RyLeeHarrison
- Created: 2018-10-28T21:38:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-28T21:50:59.000Z (over 6 years ago)
- Last Synced: 2025-01-31T12:17:30.434Z (3 months ago)
- Topics: auto-color-scheme, color-scheme, image-processing, react, react-images, react-swatch, swatches
- Language: JavaScript
- Homepage: https://ryleeharrison.github.io/image-to-color-swatch-react/
- Size: 395 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)

## 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
```