Skip to content

convert number written format to Persian text

Notifications You must be signed in to change notification settings

mrfarhadir/ntopt

Repository files navigation

NtoPT

convert number written format to Persian text

Installation:

npm install ntopt --save

Simple Usage:

  • with NPM

install package and require in your project

  • with cdn

https://unpkg.com/ntopt/dist/browser/ntopt.min.js

const Ntopt = require('./dist/ntopt')
let x = 8456325140
let ntpt = new Ntopt(x)
let result = ntpt.result
console.log(result)
// هشت میلیارد چهارصد و پنجاه و شش میلیون و سیصد و بیست و پنج هزار و صد و چهل

Demo

ntopt.dev.mrfarhad.ir

any question ? Ask It :)

made with ❤️ for you

About

convert number written format to Persian text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published