Open akg1 opened 7 months ago
Sorry for too late reply;
zstd-codec supports both browser and Node.js environments. When I worked on this project, stream API was unavailable in the browser environment, so I didn't expose ZstdCompressTransform.
According to the MDM, the Stream API is available and supported by major browsers. I'll consider exposing the module.
We currently have a setup where we can use different compression algorithms to decompress the data, and most work with some pattern of the following:
The
ZstdCompressTransform
inlib/zstd-stream.js
looks very close to being able to do this, but as far as I can tell, it's not exposed via the npm package index.