txt-width
v1.0.2
Published
A lib that calculates the width of any given text, based upon specific font size and styles.
Downloads
83
Readme
txt-width
A lib that calculates the width of any given text, based upon specific font size and styles.
Browser support
Chrome, Safari, Firefox, Opera, IE6+
Installation
npm install txt-width
or
jspm install npm:txt-width
Usage
var txt-width = require('txt-width');
/**
* TODO add doc.
*/
Tests
# TODO add test.
npm test