I was trying to access a zip inside my react app without extracting the zip I need to know if a specific file is there inside a zip or not. I don't want to use any third-party application? Is it possible to get the same in JavaScript?
I have tried to use AdmZip and JSZip library as well but it's not working. In Adm Zip I'm getting file Module not found: Can't resolve 'fs'