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

how can make docx gennerate more faster? #2672

Open chenyuyu118 opened 2 months ago

chenyuyu118 commented 2 months ago

how can make it faster when the docx generated is more than 1gb and with many pictures?can i use multi thread for gennerate different part then concat them as one?