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

chore: add custGeom "custom geometry" to types for shapes #1333

Open niels-bosman opened 2 months ago

niels-bosman commented 2 months ago

This PR adds the types needed to actually get TypeScript support when inserting custom geometry as shown in this demo: https://github.com/gitbrent/PptxGenJS/blob/master/demos/modules/demo_shape.mjs

@gitbrent Can we include this in a new release so we don’t have to monkey patch the types in our implementation?

niels-bosman commented 1 month ago

@gitbrent Ping :)