Currently it seems unzip only allows for archives up to 64MB, but that's a bit on the small side. Any way to increase this? Thanks!
zip.js should be more than capable of handling archives up to 4GB. I did a test build that increases the maxsize of 64M to 1024M and that's working fine.
const MAX_SIZE_MB = 64 // in mb to const MAX_SIZE_MB = 1024 // in mb