0.1.1 • Published 5 years ago
bmt v0.1.1
bmt
in Browser, Measure Text width.
Install
$ npm i --save bmt
Usage
import { measureTextByDOM, measureTextByCanvas } from 'bmt';
const font = {
fontFamily: 'sans-serif',
fontSize: 16,
};
measureTextByDOM('hello world', font); // = 80
measureTextByCanvas('hello world', font); // ~= 80
Perf
Run on your computer.
$ npm run perf
License
MIT@hustcc.