Use the correct symbol of currency
npm install --save typographic-currency
Use typographic-currency
to replace name of currency with symbols.
import currency from 'typographic-currency';
currency('Tickets cost 20 usd'); // Tickets cost 20 $
currency('Our house valued at one million KZT'); // Our house valued at one million ₸
MIT © talgautb