@marp-team/pptx
v0.1.0
Published
A wrapper module for creating PPTX using PptxGenJS, with less module size
Downloads
16
Readme
@marp-team/pptx
A wrapper module for creating PPTX using PptxGenJS, with the least module size.
- It includes only required files and dependencies for working PptxGenJS in Node (or module bundler).
- User-friendly entry point (CommonJS default export and better TypeScript definition)
Usage
import PPTX from '@marp-team/pptx'
const pptx = new PPTX()
Refer to PptxGenJS documentation how to use.
Contributing
We are following the contributing guideline of marp-team projects. Please read these guidelines this before starting work in this repository.
Author
Managed by @marp-team.