Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newtonmunene99/prominent-colors
Extracts Prominent Colors from images
https://github.com/newtonmunene99/prominent-colors
color-palette prominent-colors
Last synced: 24 days ago
JSON representation
Extracts Prominent Colors from images
- Host: GitHub
- URL: https://github.com/newtonmunene99/prominent-colors
- Owner: newtonmunene99
- License: mit
- Created: 2019-06-25T14:29:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T08:48:08.000Z (over 3 years ago)
- Last Synced: 2024-04-14T03:54:16.372Z (9 months ago)
- Topics: color-palette, prominent-colors
- Language: TypeScript
- Homepage: http://prominent-colors.netlify.com
- Size: 5.68 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Color Palette
Uses node-vibrant to extract prominent colors.
## Getting Started
run:
```bash
npm i
```then:
```bash
npm start
```To build the app for production, run:
```bash
npm run build
```