Roman numeral converter produces Roman numerals from Arabic numbers or converts Arabic numbers to Roman numerals, with values between 1 and 3,999,999.

Installation
- Download the ZIP file of this repository.
- Upload the /roman-numeral-converter-master/ folder to the /wp-content/plugins/ directory.
- Activate the Roman Numeral Converter plugin through the “Plugins” menu in WordPress.
Usage
- Add the shortcode
[ci_roman_numeral_converter] to your page, post or sidebar.
- Or add the following code:
<?php display_ci_roman_numeral_converter(); ?> to your template where you would like the Roman Numeral Converter to appear.
Libraries in Use
- https://mathjs.org/
- https://katex.org/
- https://github.com/aFarkas/lazysizes
- https://github.com/RobinHerbots/Inputmask
- https://air-datepicker.com/
- https://www.chartjs.org/