Update demo

This commit is contained in:
Dolan
2021-03-16 01:02:33 +00:00
parent 131183ae19
commit bdfaee2cb3

View File

@ -34,7 +34,14 @@ doc.addSection({
default: new Footer({ default: new Footer({
children: [ children: [
new Paragraph({ new Paragraph({
text: "Footer text", text: "Odd Footer text",
}),
],
}),
even: new Footer({
children: [
new Paragraph({
text: "Even Cool Footer text",
}), }),
], ],
}), }),