Cryptocurrency logo CDN.
Steps for contributing:
- Create a feature branch
- Push your new icons to your feature branch in the
/images
directory. - Create a Pull Request on GitHub
Pushes to main
are automatically published to NPM. Please use caution and consult with the team before pushing to main
.
-
Install:
yarn add @algoraven/coins
-
Import the
getCoinImage
function as follows.import { getCoinImage } from '@algoraven/coins'`
-
Call the function with your desired coin.
const coinImageUrl = getCoinImage('DOGE')