1.0.0 • Published 5 years ago

crypto-color-extractor v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

crypto-color-extractor

This package takes a crypto currency name in string format and returns the currencies primary color

Installation instructions

$ yarn add crypto-color-extractor

Example

import colorExtract from 'crypto-color-extractor';

const color = colorExtract('bitcoin');

// returns "rgb(247,147,26)"

Contributing

As crypto currencies come and go send a pr so we can update this list.