Overview
The @loaders.gl/zip
module handles compressing and decompressing of the ZIP and TAR format.
Installation
npm install @loaders.gl/core @loaders.gl/zip
Attributions
ZipLoader is a wrapper around the JSZip module. JSZip has extensive documentation on options (and more functionality than this loader object can expose).
TarBuilder uses a modified version of tar-js, which is under MIT license, for tar archive construction.