bump package version to 1.0.1
[squeep-roman] / README.md
1 # @squeep/roman
2
3 ## What
4
5 Render numbers as their Roman equivalents, using Unicode characters by default, or those converted to HTML encoded entities.
6
7 ## Why
8
9 These code points exist, so we might as well use them and feel all fancy about our copyright footers.
10
11 ## API
12
13 `toRoman(num, asEntities = false)`