Convert sign to rupee
npm install convertsigntorupeesConvert the amount sign into rupee Format and amount should display in correct format
``sh`
npm install convertsigntorupees
`sh`
import {currencyFormater} from convertsigntorupees
`sh
//import statement
import currencyFormater from 'convertsigntorupees'
//example code
let rupee=3500;
let newRupeevalue=currencyFormater(rupee)
//output will be
console.log(newRupeevalue)//₹ 3,500.00
``
Contributions is released under the ISC License.