0.1.0 • Published 5 years ago

@marp-team/pptx v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

@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.

License

MIT License