1.0.0-beta.1 • Published 5 years ago

@zefiros/jszip-slim v1.0.0-beta.1

Weekly downloads
4
License
MIT
Repository
-
Last release
5 years ago

JSZip-slim

NOTE: by no means is this a re-implementation of JSZip

This package is aimed at re-packaging JSZip, in order to remove some of the backwards-compatibility and Browser compatibility. This reduces the package size, making it more suitable for packaging with AWS Lambda

Promise

Instead of lie, it uses the native NodeJS Promise. Even though the runtime would shake the package with a try { } catch { } import, the package would still be installed.

Readable

Instead of 'readable-stream', it uses the native Readable. Even though the runtime would check for native capabilities with a try { } catch { } import, the package would still be installed.