1.0.5 • Published 4 years ago

inline-style-pxtorem v1.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

##使用说明

#富文本在移动端的内联样式适应

#在使用前引入

import pxToRem from 'inline-style-pxtorem/lib/pxToRem';

#使用时

//pxToRem 的入参为 富文本内容 输出后对应的px单位转换为适应移动端的rem单位

pxToRem(text)
.then((res)=>{
	console.log(res);	
})
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago