mirror of
https://github.com/embarklabs/cryptocurrency-icons.git
synced 2025-01-12 10:34:42 +00:00
Remove the contribute section in the readme
It's more work to ensure contributions are correct than just doing it ourselves.
This commit is contained in:
parent
1a7d89de1d
commit
40133a855f
9
LICENSE.md
Normal file
9
LICENSE.md
Normal file
@ -0,0 +1,9 @@
|
||||
# License
|
||||
|
||||
All icons are licensed under the **Creative Commons Zero (CC0) license**. This means the icons are completely free to be used for any legal purpose.
|
||||
|
||||
- The icons are **free** for personal and even for commercial use.
|
||||
- You can modify, copy and distribute the icons.
|
||||
- All without asking for permission or setting a link to the source. So, **attribution is not required**.
|
||||
|
||||
The CC0 license was released by the non-profit organization Creative Commons (CC). Get more information about Creative Commons images and the license on the [official license page](https://creativecommons.org/publicdomain/zero/1.0/).
|
28
README.md
28
README.md
@ -1,47 +1,29 @@
|
||||
# Cryptocurrency Icons
|
||||
|
||||
[This project](http://cryptoicons.co) contains over 2000 icons – [326 crypto, and fiat currencies](Coin%20List.md), in 4 styles and a range of sizes. Completely free. All I ask is that you don’t claim them as your own, and share this resource with others.
|
||||
[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 don’t claim them as your own, and share this resource with others.
|
||||
|
||||
Images are in the PNG format (transparent) in 32×32, 64×64(@2x), and 128×128 variants, along with SVG versions.
|
||||
|
||||
If there is an altcoin you’re looking for that hasn’t been included, please create a new issue.
|
||||
|
||||
|
||||
## Install 🚀
|
||||
|
||||
```
|
||||
$ npm install cryptocurrency-icons
|
||||
```
|
||||
|
||||
You then import or get the icons from their relative path, for example `./node_modules/dist/svg/color/kmd.svg`.
|
||||
You can then import the icons from `./node_modules/cryptocurrency-icons/dist`, for example `./node_modules/cryptocurrency-icons/dist/svg/color/kmd.svg`.
|
||||
|
||||
## Contribute ❤️
|
||||
|
||||
[Here](https://github.com/hyperdexapp/cryptocurrency-icons/wiki) you can find a loose guide, as well as a link to the template used to create icons for this project.
|
||||
|
||||
## Building 🛠
|
||||
|
||||
The build system requires node and npm to be installed on your system. After they are installed you can install the npm dependencies with
|
||||
The build system requires Node.js to be installed on your system.
|
||||
|
||||
```
|
||||
$ npm install
|
||||
$ npm install && npm run build
|
||||
```
|
||||
|
||||
You can then build with
|
||||
|
||||
```
|
||||
$ npm run build
|
||||
```
|
||||
|
||||
## License 📄
|
||||
|
||||
>All icons are licensed under the **Creative Commons Zero (CC0) license**. This means the icons are completely free to be used for any legal purpose.
|
||||
>
|
||||
>- The icons are **free** for personal and even for commercial use.
|
||||
>- You can modify, copy and distribute the icons.
|
||||
>- All without asking for permission or setting a link to the source. So, **attribution is not required**.
|
||||
>
|
||||
>
|
||||
>The CC0 license was released by the non-profit organization Creative Commons (CC). Get more information about Creative Commons images and the license on the [official license page](https://creativecommons.org/publicdomain/zero/1.0/).
|
||||
|
||||
## Special Thanks 👏
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user