I've built a site with React and Node and I'm using WebShare API for sharing files, but I need to be able to share files that are not supported by the API (in this case pptx).
I thought about converting to PDF and then sharing it but the client wants it as pptx. It also needs to be shared, not downloaded.
Is there any other library that allows for other file extensions or any way of sharing this kind of files?
Thanks!