编辑下面的JSON数据来自定义你的演示文稿:
<script src="./pptx-exporter.umd.js"></script> <script> const exporter = new PPTXExporter(pptData); exporter.downloadFile('my-presentation.pptx'); </script>