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.06k stars 463 forks source link

Add hyphenation support #2678

Open merewif opened 2 months ago

merewif commented 2 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.