inr-in-words

Convert Indian Rupee (INR) to words

Usage no npm install needed!

<script type="module">
  import inrInWords from 'https://cdn.skypack.dev/inr-in-words';
</script>

README

inr-in-words

Convert Indian Rupee (INR) to words

Install

npm i --save inr-in-words

Use

const inWords = require('inr-in-words');

console.log(inWords.convert(326493730.34));

// OUTPUT: thrity two crore sixty four lakh ninety three thousand seven hundred thrity rupee and thrity four paisa

License

MIT