Releases: ymauray/docx
Releases · ymauray/docx
v9.5.0 with mirror margins
This is docx-9.5.0 with support for mirror margins.
const doc = new Document({
mirrorMargins: true,
styles: {
...
},
sections: [
...
]
});