Hi,
I must be missing something obvious. I have copied the three js libs to a new react project. I have linked them into a web page, but when I go to use the function, I am getting this error: PptxGenJS is not a constructor
Any pointers on how to resolve this?
Thanks,
----Erik
Hi Eric,
Could you please double-check the JavaScript order, which should be in the following order.
And could you please confirm that js are loaded as well, from the debugger panel.
The order was the issue. Thanks for pointing that out!
I appreciate you help and your quick response!