sharedlabs / fitted-text

fitted-text will update its font size to make it fit its full width

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<fitted-text>

Inner text will fit the whole width of the element

Usage

  <fitted-text id="myText">My text</fitted-text>

Updating the content:

myText.updateText('update to this text');

Recalculating text size:

myText.scale();

About

fitted-text will update its font size to make it fit its full width


Languages

Language:HTML 100.0%