Skip to content

PptxGenJS

PptxGenJS generates PowerPoint .pptx packages from TypeScript and modern JavaScript. This fork targets modern ESM applications and keeps the public package boundary explicit.

Start Here

Maintenance Focus

  • Keep PptxGenJS focused on reusable PPTX generation behavior.
  • Treat package.json exports and generated declarations as the package API boundary.
  • Keep OOXML behavior grounded in fixtures, schema validation, and small local notes.
  • Keep consumer-specific deck production behavior in the downstream consumer, not this package.

Standard Verification

bash
pnpm run build
pnpm run typecheck
pnpm run test:package