dolanmiu / docx

Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
https://docx.js.org/
MIT License
4.44k stars 486 forks source link

Add hyphenation support #2678

Open merewif opened 6 months ago

merewif commented 6 months ago

Unfortunately, hyphenation is a non-optional feature for me for generating print-ready books, and it was sorely missing from the library.

If needed, I might find the time to update the docs with this modifiation.