#pixel #rem #cli

app pxrem

像素到rem值转换工具

6 个版本

0.3.3 2019 年 8 月 14 日
0.3.2 2019 年 8 月 14 日
0.2.2 2019 年 8 月 7 日
0.2.0 2019 年 6 月 25 日
0.1.0 2019 年 6 月 14 日

#4 in #rem

MIT 许可证

3KB

pxrem

轻松将像素转换为 rem。

用法

# 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

依赖关系

~3.5MB
~62K SLoC