A tutorial/doc for to use this on ReactJS project?
afzal-ameri opened this issue · 1 comments
afzal-ameri commented
A tutorial/doc for to use this on ReactJS project?
singerla commented
Hi! I'm sorry, but pptx-generator is limited to the server side. You can't use it in a browser, as it needs to read, unzip, manipulate and zip files. Although this is also possible on the client-side, there are a lot of tradeoffs and performance problems. You would need to set up an API and use pptx-generator on a nodejs server. You might want to take a look at prisma tools, they make a great job.
You might want to prefer e.g. gitbrent/PptxGenJS, as it provides all necessery features to create pptx on the client-side.
Please let me know if you need more information!