1. typographic-currency-db
Raw data about typographic currency
typographic-currency-db
Package: typographic-currency-db
Created by: talgautb
Last modified: Tue, 28 Jun 2022 02:12:43 GMT
Version: 1.1.0
License: MIT
Downloads: 14,222
Repository: https://github.com/talgautb/typographic-currency-db

Install

npm install typographic-currency-db
yarn add typographic-currency-db

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

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin