JSPM

  • Created
  • Published
  • Downloads 142320
  • Score
    100M100P100Q173676F
  • License SEE LICENSE IN LICENSE.md

JSZip fork with bundler-friendly packaging

Package Exports

  • @progress/jszip-esm

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@progress/jszip-esm) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

JSZip-ESM

This is a fork of JSZip v3.2.2 with bundler-friendly packaging.

It is used by the Excel Export module of Progress Kendo UI.

  • Includes ES2015, UMD and CommonJS bundles.
  • Built-in TypeScript definitions.
  • Targets modern browsers and IE11.
  • Subject to tree-shaking.
  • Side-effect free.

Notes

  • Should not be used in NodeJS environment. Use the original JSZip library instead.
  • Not compatible with legacy browsers.