0.2.4 • Published 7 months ago

fit-html-text v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

fit-html-text

CI

Fit text into its surrounding container.

Usage

import { fitText } from "fit-html-text";

const element = document.getElementById("myElement");

fitText(element, {
    fontMinSize: 8,
    fontMaxSize: 72,
    containerMaxWidth: 300,
    containerMaxHeight: 300,
    multipleLines: false,
});

Usage for Browsers

Source

Demo Page

License

MIT

0.2.3

8 months ago

0.2.4

7 months ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago