1.0.1 • Published 6 years ago

string-display-width v1.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

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-width

import

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"