zip.js provides a low-level API for writing and reading large zip files (up to 4GB with File writer API).
zip-fs.js provides a high-level filesystem API.
This library depends on Typed array (WebGL) and these APIs optionally:
This library works fully with Chrome, Firefox, Safari 6 and Internet Explorer 10.
With Safari 5 and IE9, you must disable Web Workers and use a Typed Array polyfill.
zip.js, deflate.js, and inflate.js in your projectzip.js script in your HTML page
<script type="text/javascript" src="/lib/zip.js"></script>
zip.workerScriptsPath if needed (i.e. the path to deflate.js and inflate.js)
zip.workerScriptsPath = "/lib/";
You can download this project in either zip or tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/gildas-lormeau/zip.js