typographic-currency-db

1.1.0 • Public • Published

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

/typographic-currency-db/

    Package Sidebar

    Install

    npm i typographic-currency-db

    Weekly Downloads

    2,984

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    4.42 kB

    Total Files

    5

    Last publish

    Collaborators

    • talgautb