Package Exports
- binance-icons
- binance-icons/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (binance-icons) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
◆ BINANCE ICONS
The Crypto/currency icons listed on Binance exchange.
Getting Started
Install using yarn:
yarn add binance-icons
Or npm:
npm i -S binance-icons
Usage
JavaScript
const { binanceCryptoIcons, binanceEtfIcons, binanceCurrencyIcons } = require('binance-icons');
const hasBtc = icon.has('btc');
const getBtc = icon.get('btc');
TypeScript
import { binanceCryptoIcons, binanceEtfIcons, binanceCurrencyIcons } from 'binance-icons';
const hasBtc = icon.has('btc');
const getBtc = icon.get('btc');
Disclaimer
All trademarks, logos and brand names are the property of their respective owners.