romanize-number

1.0.1 • Public • Published

romanize-number

npm install romanize-number

What is this module for?

It transforms any* decimal numbers, 123456, to their respective roman numeral representation, C̅X̅X̅MMMCDLVI.

* The max value is currently 3 999 999

Usage

    import romanizeNumber from 'romanize-number'
    
    console.log( romanizeNumber( 123456 ) )

Why?

Why not? 🙃

Package Sidebar

Install

npm i romanize-number

Weekly Downloads

70

Version

1.0.1

License

WTFPL

Last publish

Collaborators

  • jonathancardoso