Open
Description
🚀 Feature Proposal
Replace zip dependencies for the CompressionStream
browser API.
There might be a need for separate browser and server bundles.
Motivation
This project has a dependency on jszip
, archiver
, and unzipper
:
Lines 98 to 108 in 5bed18b
which are bundlesize heavy https://bundlephobia.com/package/jszip, over 150 kB gzipped combined. Instead, we could use https://developer.mozilla.org/en-US/docs/Web/API/Compression_Streams_API. The browser support starts to be good enough.
Metadata
Metadata
Assignees
Labels
No labels