@lovepop/typesetter
v1.0.15
Published
A javascript implementation of the Knuth/Plass line breaking algorithm
Downloads
10
Readme
@lovepop/typesetter
A javascript implementation of the Knuth/Plass line breaking algorithm
Local development
Run yarn dev
in the typesetter directory to start the dev server.
NOTE: before commiting you may want to run yarn run fix
to try and fix any lint errors that might fail the build.
yarn run info
for a description of available npm scripts
Useful links
- Ava - our test runner for this package
- tslint-immutable - how we enforce immutability