Convert Polotno JSON into PPTX file
npm install @polotno/pptx-exportConvert Polotno JSON into PowerPoint PPTX files.
``bash`
npm install @polotno/pptx-export
`js
import { jsonToPPTX } from '@polotno/pptx-export';
const json = store.toJSON();
await jsonToPPTX({ json, output: 'design.pptx' });
`
`bash``
npm run build # Build the library
npm test # Run tests
npm run dev # Start demo app at http://localhost:5173