3.10.1 • Published 2 years ago

jszip v3.10.1

Weekly downloads
4,374,612
License
(MIT OR GPL-3.0-o...
Repository
github
Last release
2 years ago

JSZip

A library for creating, reading and editing .zip files with JavaScript, with a lovely and simple API.

See https://stuk.github.io/jszip for all the documentation.

const zip = new JSZip();

zip.file("Hello.txt", "Hello World\n");

const img = zip.folder("images");
img.file("smile.gif", imgData, {base64: true});

zip.generateAsync({type:"blob"}).then(function(content) {
    // see FileSaver.js
    saveAs(content, "example.zip");
});

/*
Results in a zip containing
Hello.txt
images/
    smile.gif
*/

License

JSZip is dual-licensed. You may use it under the MIT license or the GPLv3 license. See LICENSE.markdown.

selenium-webdriver@uncloud-sdk/cliw-imgr-publicwhzbcx_web_comswhzbcx_web_cxwhzbcx_web_cx3whzbcx_web_cxewhzbcx_web_cxgiswhzbcx_web_gwwhzbcx_web_sjzxwhzbcx_web_swdzwhzbcx_web_xjwhzbcx_web_yzfork-appcenter-cliatwintestbpmn-studiobultcreate-setsu-botcomposer-commoncreate-infinitymintddc-xlsx-styledecode-xlsx@salto-io/salesforce-adapter@coral-xyz/xnft-cli@atomist/sdm@atomist/skillvue-plug-cyl@saasxx/faas-adapter@wincax8968/scratch-vm@eyeseetea/xlsx-populate-eyeseeteapd-components-apipd-my-newoampd-publish-testpd-publish-test2pd-publish-test3wcd-xlsxtest-sideex-webserviceofficegen-pluswebviewer-uploadernpm-json-testopensheetmusicdisplay-userivops-xlsx-stylemangareader-dlmxmlnznr-docxeecalculationsstart-kit-builder-flexibledatadriver-settingsitka-webtheme-chalk-preview@darrinholst/xlsxsmc-modulethermoconvergeobf-utils@prantlf/node-zip-dirreact-open-board-formatjober-server-packagefork-pptxgenjsicuiruleenginethangkieu-pptxgenjscla-mirrorstocksharkfrinx-workflow-ui2@bwells78/xlsx-styleeleave-admin@ff0000-tech/dps-local-stagingadminlte-3-rtl@ff0000-tech/dps-local-dev@guanchongsheng/sy-ui@guanchongsheng/e-ui@mubeen_ahmed/epubjs-rnreact-git-taskbarsyt-ui@seongjoojin/epubjs-rncd-xlsx-styleluxrobo-modi-handlermodihandlerexceljs-tfv-propertyharness-cli@vchangal/devkitsfdx-bundleoncoviewxiaohu-ebook-generatordbp-file-handlingminmod.ts@gebsl/oca.js-vueescloudfs-zipalpha-webxlsx-style-branchtax-extractor-servicemeiroo-steedos-server@hzenfo/form-makingget-set-fetch-test-utils@ozelot379/convert-base-apicloset-viewer@ozelot379/convert-minecraft-java-texture-to-bedrockhybo-xlsx-style-giteejepub2jepubxx
2.7.0

2 years ago

3.10.1

2 years ago

3.10.0

2 years ago

3.9.1

2 years ago

3.9.0

2 years ago

3.8.0

2 years ago

3.7.1

3 years ago

3.7.0

3 years ago

3.6.0

3 years ago

3.6.0-0

3 years ago

3.5.0

4 years ago

3.4.0

4 years ago

3.3.0

4 years ago

3.2.2

5 years ago

3.2.1

5 years ago

3.2.0

5 years ago

3.1.5

6 years ago

3.1.4

7 years ago

3.1.3

8 years ago

3.1.2

8 years ago

3.1.1

8 years ago

3.1.0

8 years ago

2.6.1

8 years ago

3.0.0

8 years ago

2.6.0

8 years ago

2.5.0

9 years ago

2.4.0

10 years ago

2.3.0

10 years ago

2.2.2

10 years ago

2.2.1

10 years ago

2.2.0

10 years ago

2.1.1

10 years ago

2.1.0

10 years ago

2.0.0

10 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago