Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 226 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 226 Bytes

romanizer-js

Simple Arabic-Roman numerals converter

Using

var romanizer = require('Romanizer');
var roman = romanizer.romanize(11)  // return 'XI'
var arabic = romanizer.deromanize('XXI')  // return 21