Fix demo
This commit is contained in:
@ -18,11 +18,8 @@ const doc = new Document(
|
||||
{ name: "Subtitle", value: "Subtitle" },
|
||||
{ name: "Address", value: "Address" },
|
||||
],
|
||||
sections: [],
|
||||
},
|
||||
// No file properties
|
||||
{},
|
||||
// No sections
|
||||
[],
|
||||
);
|
||||
|
||||
Packer.toBuffer(doc).then((buffer) => {
|
||||
|
Reference in New Issue
Block a user