Choose your preferred method to install PptxGenJS:
npm install pptxgenjs yarn add pptxgenjs Use the bundled or minified version via jsDelivr:
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs/dist/pptxgen.bundle.js"></script> Includes the sole dependency (JSZip) in one file.
📁 Advanced: Separate Files, Direct Download
<script src="PptxGenJS/libs/jszip.min.js"></script> <script src="PptxGenJS/dist/pptxgen.min.js"></script> Download from GitHub: Latest Release