-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
enhancementNew feature or requestNew feature or request
Description
https://gitbrent.github.io/PptxGenJS/docs/masters.html#slide-masters
This should probably be done by passing a prop to See #109 (comment)<Presentation> with the master slide definitions.
const masterSlides = {
MASTER_SLIDE: <Slide>/*..*/</Slide>,
SOMETHING_ELSE: <Slide>/*..*/</Slide>
};
// then later inside a component
const prez = <Presentation master={masterSlides}>/*..*/</Presentation>;Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request