1.0.0 • Published 4 years ago

@knowlearning/fill-text v1.0.0

Weekly downloads
86
License
ISC
Repository
github
Last release
4 years ago

fill-text

Automatically scale rendered DOM text to aesthetically fit inside its parent node.

Does it's best to break lines in text so the result fits the aspect ratio of the container.

Dependencies

jquery is used for it's height and width functions

Usage

// element   = DOM element with text inside
// alignment = "center"|"top"|"left"|"bottom"|"right"|"topleft"|"topright"|"bottomleft"|"bottomright"

fillText(element, alignment);
// Now the text in your element should be scaled and broken into lines.

TODO:

remove jQuery dependency