typographic-currency-db
v1.1.0
Published
Raw data about typographic currency
Downloads
10,966
Readme
typographic-currency-db
Raw data about typographic currency
Install
npm install --save typographic-currency-db
Usage
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']; // ¥
License
MIT © talgautb