Refs: https://github.com/cheminfo/file-collection/pull/18 This PR migrate from jszip to `zip.js`. Default configuration of `zip.js` needs worker but because it's esm module it can't setup them. To make this lib works properly, the worker had been disabled.
Refs: #18
This PR migrate from jszip to
zip.js. Default configuration ofzip.jsneeds worker but because it's esm module it can't setup them.To make this lib works properly, the worker had been disabled.