Raw data about typographic currency
npm install typographic-currency-db[![NPM version][npm-image]][npm-url]
> 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.
``js
import currencyDB from 'typographic-currency-db';
currencyDB['USD']; // $
currencyDB['KZT']; // ₸
currencyDB['JPY']; // ¥
``
MIT © talgautb
[npm-url]: https://npmjs.org/package/typographic-currency-db
[npm-image]: https://img.shields.io/npm/v/typographic-currency-db.svg?style=flat-square