Export to My Document.docx

This commit is contained in:
Dolan Miu
2022-06-19 13:12:59 +01:00
parent 0acb9cf7a9
commit 5b7c62685d

View File

@ -30,5 +30,5 @@ const doc = new Document({
});
Packer.toBuffer(doc).then((buffer) => {
fs.writeFileSync("document-comments.docx", buffer);
fs.writeFileSync("My Document.docx", buffer);
});