0.0.17 • Published 3 years ago
@algoraven/coins v0.0.17
coins
Cryptocurrency logo CDN.
Contribution
Steps for contributing:
1. Create a feature branch
2. Push your new icons to your feature branch in the /images directory.
3. 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')