pxrem

Crates.iopxrem
lib.rspxrem
version0.3.3
sourcesrc
created_at2019-06-14 02:29:04.765087
updated_at2019-08-14 18:11:52.441067
descriptionA tool to convert pixel to rem value
homepagehttps://github.com/nicwestvold/pxrem
repositoryhttps://github.com/nicwestvold/pxrem
max_upload_size
id140992
size3,954
Nic Westvold (nicwestvold)

documentation

README

pxrem

Easily convert pixels to rem.

Usage

# get the rem value, given a pixel value
> pxrem 19
1.1875

# specify the number of decimal places to return (default: 8)
> pxrem 19 -p 2
1.19

# specify the base pixel size to use (default: 16px)
> pxrem 19 -b 10
1.9

# get the pixel value for a given rem value
> pxrem 2.25 -r
36
Commit count: 16

cargo fmt