Skip to content

Add master slide support #109

@wyozi

Description

@wyozi

https://gitbrent.github.io/PptxGenJS/docs/masters.html#slide-masters

This should probably be done by passing a prop to <Presentation> with the master slide definitions. See #109 (comment)

const masterSlides = {
  MASTER_SLIDE: <Slide>/*..*/</Slide>,
  SOMETHING_ELSE: <Slide>/*..*/</Slide>
};

// then later inside a component
const prez = <Presentation master={masterSlides}>/*..*/</Presentation>;

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions