string-display-width
v1.0.1
Published
approximate string's display without actual rendering
Readme
string-display-width
approximate string's display without actual rendering (based on PingFang SC right now)
install
npm install string-display-width --save
yarn add string-display-widthimport
import stringDisplayWidth from "string-display-width";api
stringDisplayWidth(str, fontSize, fontWeight)
- str, the string your want to meausre
- fontSize, the display font size
- fontWeight,
"regular"|"medium"|"semiBold", default"regular"
