jszip
jszip copied to clipboard
Create, read and edit .zip files with Javascript
I need sub file's crc32 and size info of an exist zip file. I can now get CompressedObject from ZipObject._data, and crc32/uncompressedSize inside, but it's ugly and unstable. Consider expose...
I'm trying to save a bunch of image blob (from canvas.toBlob) into a zip for an addon I'm working on. But I keep getting the `Can’t read the data of...
Hello, For making `kmz` files which are simple zip files I am using this library. but when I use following code ``` zip.generateAsync({type:"nodebuffer", mimeType: 'application/vnd.google-earth.kmz'}); ``` it seems it does...
Please export the mentioned types for applications that want to wrap JSZip and thus need to provide the types as well.
We're creating an angular app with JSZip. The idea is to upload folders with zip files in each folder, creating a zip with all of these folders and files. For...
I make an react-native app with expo where I dowloand a zip file and then I unzip the files. In IOS works fine. In Android the issue is that I...
I got a ZIP which includes a single file with more than 2GB in (decompressed) size. On decompression the error from the title is thrown. It clearly is some 32Bit...
the line 3636 i think it make auto to support any charset coding? ```javascript file.handleUTF8(); ```
Hello, I try to do example code var zip = new JSZip(); zip.file("Test.txt","text"); zip.generateAsync({type:"blob"}) .then(function(content) { saveAs(content, "text.zip"); }); Trying to open the received zip-file and have an error the...
Hi: I am trying to get JSZip to uncompress data coming out of the Stack Exchange API. I keep getting this error ``` jszip.js:13 Uncaught (in promise) Error: Can't find...