0.0.12 • Published 5 years ago

crypto-color v0.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

Created to replace crypto-color-extractor as it has outdated dependancies and is no longer maintained. Uses cryptocurrencies as a reference point for currency tickers. Uses colortheif to generate the color values.

Install

$ npm install crypto-color

Example usage:

cryptoColor("BTC", false);
// returns "rgb(244,147,27)"

cryptoColor("BTC", true, 0.3);
// returns "rgba(244,147,27,0.3)"

There are currently 1926 cryptocurrencies represented*:

To contribute, please add in your conribution to the tracker, make the changes in index.ts and make a PR.

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

1.0.0

8 years ago