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