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

Reuse images: change ImageRun keys to be based on image data content #2681

Open mustache1up opened 2 months ago

mustache1up commented 2 months ago

In order to generate only one media file for repeated images with the same data the uniqueId of the image can be based on the image data SHA1 digest (same strategy git uses internally).

Solves #2680 and partially #849