зеркало из https://github.com/telerik/jszip-esm.git
21f96607fe | ||
---|---|---|
.github/workflows | ||
docs | ||
documentation | ||
lib | ||
test | ||
vendor | ||
.codeclimate.yml | ||
.editorconfig | ||
.eslintrc.js | ||
.gitignore | ||
.huskyrc | ||
.npmignore | ||
LICENSE.md | ||
README.md | ||
commitlint.config.js | ||
index.d.ts | ||
package.json | ||
rollup.config.js |
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.