Appearance
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
- Project target: what this fork is optimized for.
- Runtime and package support: supported package imports and dropped upstream surfaces.
- Development guide: setup, source layout, and generated output rules.
- Testing guide: regression, schema, package, demo, and manual verification.
- Reference: public API reference and stable command surfaces.
Maintenance Focus
- Keep PptxGenJS focused on reusable PPTX generation behavior.
- Treat
package.jsonexports 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