A simple CLI tool to convert pixel values to rem units.
npm install -g rem-thisrem-this 1440Output:
1440px => 90rem
Copied to clipboard!
| Flags | Description | Default |
|---|---|---|
--round, -r |
Round the number to the nearest integer | true |
--disable-copy, -d |
Disable copying the result to the clipboard | false |
--font-size, -f |
The base font size to convert to rem units | 16 |