Function zipSync
- zip
Sync (data, opts?): Uint8Array 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
Synchronously creates a ZIP file. Prefer using
zipfor better performance with more than one file.