JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 105062
  • Score
    100M100P100Q157815F
  • License MIT

Calculate the pixel size of a string

Package Exports

  • calculate-size

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (calculate-size) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

calculate-size Build Status

Install

$ bower install calculate-size

Usage

var size = calculateSize("Hello world!", {
   font: 'Arial',
   fontSize: '12px'
});

console.log(size.width); // 140
console.log(size.height); // 20

Coming soon

  • Integrated caching