1.1.0 • Published 4 years ago

typographic-currency-db v1.1.0

Weekly downloads
703
License
MIT
Repository
github
Last release
4 years ago

typographic-currency-db

NPM version

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