gitbrent / PptxGenJS

Create PowerPoint presentations with a powerful, concise JavaScript API.
https://gitbrent.github.io/PptxGenJS/
MIT License
2.62k stars 611 forks source link

add pattern #1305

Open hakrueger opened 8 months ago

hakrueger commented 8 months ago

Example usage: slide.addShape(pptx.shapes.RECTANGLE, { x: 5.1, y: 6, w: 3.0, h: 1, fill = { type: 'patternFill', color: '000000', bgColor: 'FFFFFF', prst: 'openDmnd' } });