jsText is a small library made to modelize and handle text rendering at letter level in javascript. Why this ?
- Multiline text-overflow: ellipsis
- Multiline text with technologies that does not support it: SVG, Canvas for example
- Have exactly the same line breaks in your SVG text, in your HTML rendering, and in your PDF export for example
- More generally, precicely control and monitor the rendering of the text in your application or page.