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 Santiago-specific deck production behavior in slide-factory, not this package.

Standard Verification

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