/calculate-size

Calculate the pixel size of a string

Primary LanguageJavaScriptMIT LicenseMIT

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