JSZip fork packaged as ES Modules
Перейти к файлу
Tsvetomir Tsonev 21f96607fe chore: set environment 2023-05-15 12:33:08 +03:00
.github/workflows chore: set environment 2023-05-15 12:33:08 +03:00
docs Update and clarify licensing information 2012-09-17 20:44:17 -07:00
documentation Minor fix in `Read a zip file` 2019-06-17 12:14:58 +02:00
lib fix: use a null prototype object for this.files 2021-08-17 14:44:44 +03:00
test fix: use a null prototype object for this.files 2021-08-17 14:44:44 +03:00
vendor Rewrite the documentation 2014-04-24 23:58:34 -07:00
.codeclimate.yml Improve .codeclimate.yml 2016-03-23 20:19:30 +01:00
.editorconfig Rework unit tests. 2016-01-19 20:53:00 +01:00
.eslintrc.js feat: port JSZip 3.2.2 to ES Modules 2020-06-09 16:16:44 +03:00
.gitignore feat: port JSZip 3.2.2 to ES Modules 2020-06-09 16:16:44 +03:00
.huskyrc chore: enable commit hook 2020-06-10 10:40:07 +03:00
.npmignore Remove dist from .npmignore 2015-07-30 17:10:47 -03:00
LICENSE.md feat: port JSZip 3.2.2 to ES Modules 2020-06-09 16:16:44 +03:00
README.md fix: list JSZip version as 3.2.2 2020-06-24 12:22:12 +03:00
commitlint.config.js chore: enable commit hook 2020-06-10 10:40:07 +03:00
index.d.ts fix: make JSZip the default export 2020-06-24 12:27:13 +03:00
package.json fix: update to pako-esm v1.0.1 2020-09-01 14:03:09 +03:00
rollup.config.js refactor: use original src path (lib) 2020-07-09 16:45:34 +03:00

README.md

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.