I have an app where users create designs that they can then export to SVG via JS.
Unfortunately, SVG is mostly incompatible with PPT and I need to create a separate export format.
How should I export graphical data to a PowerPoint format?
I tried pptxgenjs
, but there isn't enough flexibility there.
Is there a single XML file I can export (similar to SVG) that is readable by powerpoint?