Deprecate createParagraph in all demos
This commit is contained in:
@ -12,7 +12,6 @@ const table = new Table({
|
||||
});
|
||||
table.getCell(1, 1).addParagraph(image.Paragraph);
|
||||
|
||||
// doc.createParagraph("Hello World");
|
||||
doc.addTable(table);
|
||||
|
||||
// doc.Header.createImage(fs.readFileSync("./demo/images/pizza.gif"));
|
||||
|
Reference in New Issue
Block a user