Function zipSync
Parameters
- data: Zippable
The directory structure for the ZIP archive
Optionalopts: ZipOptionsThe main options, merged with per-file options
Returns Uint8Array
The generated ZIP archive
- data: Zippable
The directory structure for the ZIP archive
Optionalopts: ZipOptionsThe main options, merged with per-file options
The generated ZIP archive
Synchronously creates a ZIP file. Prefer using
zipfor better performance with more than one file.