@algoraven/coins
v0.0.17
Published
[<img src="https://badge.fury.io/js/%40algoraven%2Fcoins.svg" />](https://www.npmjs.com/package/@algoraven/coins)
Readme
coins
Cryptocurrency logo CDN.
Contribution
Steps for contributing:
- Create a feature branch
- Push your new icons to your feature branch in the
/imagesdirectory. - Create a Pull Request on GitHub
Publishing to NPM
Pushes to main are automatically published to NPM. Please use caution and consult with the team before pushing to main.
Using this Libary
Install:
yarn add @algoraven/coinsImport the
getCoinImagefunction as follows.import { getCoinImage } from '@algoraven/coins'`Call the function with your desired coin.
const coinImageUrl = getCoinImage('DOGE')
