Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 468 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 468 Bytes

TeX line breaking algorithm in JavaScript

This is an implementation of the Knuth and Plass line breaking algorithm using JavaScript and the HTML5 canvas element. The goal of this implementation is to optimally set justified text in the new HTML5 canvas element, and ultimately provide a library for various line breaking algorithms in JavaScript.