Raw data about typographic currency
npm install --save typographic-currency-db
Use correct currency symbols. Just use name of currency in international format ISO 4217.
import currencyDB from 'typographic-currency-db';
currencyDB['USD']; // $
currencyDB['KZT']; // ₸
currencyDB['JPY']; // ¥
MIT © talgautb