I have a functionality to auto generate dynamic google slides based on content from a react website on press of a button. I have all the data for generating one. But to use the google slides api in this react typescript project ?
What npm package should i use to make this possible?
Based on some research i found out that i need to authenticate with google and then use endpoints to control slides. But there are few packages targeted for node js and not for react. I tried these packages but without proper type information and confusing documentation it is hard to pull this initial step off. Can someone point me in right direction ?
Top comments (0)