pizzip
Version:
Create, read and edit .zip files synchronously with Javascript
26 lines (18 loc) • 546 B
Markdown
---
title: PizZipUtils
layout: default
---------------
A collection of cross-browser utilities to go along with PizZip
It has two parts, one for every browsers and one for IE < 10. To use it :
```html
<script type="text/javascript" src="dist/pizzip-utils.js"></script>
<!--
Mandatory in IE 6, 7, 8 and 9.
-->
<!--[if IE]>
<script type="text/javascript" src="dist/pizzip-utils-ie.js"></script>
<![endif]-->
```
License
-------
PizZipUtils is dual-licensed. You may use it under the MIT license *or* the GPLv3 license. See LICENSE.markdown.