calculate-size
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

calculate-size Build Status npm version

Calculate the pixel size (width/height) of a string (with integrated caching)

Install

This package supports Typescript out-of-the-box

$ npm install calculate-size

Usage

const size = calculateSize('Hello world!', {
   font: 'Arial',
   fontSize: '12px'
})
 
### Options
 
* `font: string`
* `fontSize: string`
* `fontWeight: string`
* `width: string` (Constraint width by a fixed value to calc height)
 
console.log(size.width) // 140
console.log(size.height) // 20

Package Sidebar

Install

npm i calculate-size

Weekly Downloads

42,936

Version

1.1.1

License

MIT

Last publish

Collaborators

  • schickling