cryptocurrency-icons/README.md

31 lines
1.0 KiB
Markdown
Raw Normal View History

2017-05-21 18:41:12 +00:00
# Cryptocurrency Icons
[This project](http://cryptoicons.co) contains over 2000 icons [330 crypto, and fiat currencies](Coin%20List.md), in 4 styles and a range of sizes. Completely free. All I ask is that you dont claim them as your own, and share this resource with others.
2017-05-21 18:41:12 +00:00
Images are in the PNG format (transparent) in 32×32, 64×64(@2x), and 128×128 variants, along with SVG versions.
2017-05-21 18:41:12 +00:00
2018-05-27 12:25:26 +00:00
If there is an altcoin youre looking for that hasnt been included, please create a new issue.
2018-06-25 07:35:58 +00:00
## Install 🚀
```
$ npm install cryptocurrency-icons
```
You can then import the icons from `./node_modules/cryptocurrency-icons/dist`, for example `./node_modules/cryptocurrency-icons/dist/svg/color/kmd.svg`.
2018-05-27 12:25:26 +00:00
2017-05-21 18:41:12 +00:00
## Building 🛠
The build system requires Node.js to be installed on your system.
2018-06-25 07:35:58 +00:00
```
$ npm install && npm run build
2018-06-25 07:35:58 +00:00
```
## Special Thanks 👏
2018-06-20 07:58:19 +00:00
Thanks to [Christopher Downer](https://github.com/cjdowner) for starting this project and all our wonderful [contributors](https://github.com/hyperdexapp/cryptocurrency-icons/graphs/contributors).