Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.
/ pptx Public archive

A wrapper module for creating PPTX using PptxGenJS, with the least module size

License

Notifications You must be signed in to change notification settings

marp-team/pptx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.


@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

About

A wrapper module for creating PPTX using PptxGenJS, with the least module size

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published