brandtromanum

Decrypt any Roman numeral

Usage no npm install needed!

<script type="module">
  import brandtromanum from 'https://cdn.skypack.dev/brandtromanum';
</script>

README

What is this?

This Roman Numeral Decryptor can be used to turn any Roman numeral into an Arabic number.

For example, "VII" would be decrypted into 7.

Works for Roman numerals from I to M.

Give it a try!

Installation

npm i brandtromanum --save

Then..

import { brandtromanum }  from 'brandtromanum';

console.log(brandtromanum("XIV"))

//output = 14