0.0.7 • Published 8 years ago

fitter-happier-text v0.0.7

Weekly downloads
10
License
MIT
Repository
github
Last release
8 years ago

Fitter Happier Text

Performant, fully fluid headings


Usage

Include dist/fitter-happier-text.js in your project or install from NPM:

npm install fitter-happier-text

(or download it https://github.com/jxnblk/fitter-happier-text/archive/0.0.1.zip)

Pass it a nodelist.

var nodes = document.querySelectorAll('[data-fitter-happier-text]');
fitterHappierText(nodes);

Fitter Happier Text replaces each node with an SVG text node and sets the viewBox attribute based on its width and height.

To adjust for different fonts, use the baseline and paddingY options. paddingY can be set to a negative value to reduce the height of the SVG container.

fitterHappierText(nodes, { baseline: 14, paddingY: 2 });

Browser support:

http://caniuse.com/#feat=svg

Please note: I do not plan on adding any SVG polyfills to handle old browsers.


MIT License

0.0.7

8 years ago

0.0.6

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago