0.0.12 • Published 4 years ago

crypto-color v0.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

1.0.0

7 years ago