@zefiros/jszip-slim
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @zefiros/jszip-slim

Weekly Downloads

1

Version

1.0.0-beta.1

License

MIT

Unpacked Size

812 kB

Total Files

10

Last publish

Collaborators

  • pevisscher
  • mickvanduijn