Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: ymauray/docx

v9.5.0 with mirror margins

06 Jun 11:52

Choose a tag to compare

This is docx-9.5.0 with support for mirror margins.

    const doc = new Document({
        mirrorMargins: true,
        styles: {
            ...
        },
        sections: [
            ...
        ]
    });