NOTE: This module was created for PptxGenJS v2. The latest PptxGenJS v3 has improved module size and type definition. We've no longer maintained @marp-team/pptx
so you should use pptxgenjs
.
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)
import PPTX from '@marp-team/pptx'
const pptx = new PPTX()
Refer to PptxGenJS documentation how to use.
We are following the contributing guideline of marp-team projects. Please read these guidelines this before starting work in this repository.
Managed by @marp-team.