22 lines
513 B
Markdown
22 lines
513 B
Markdown
PizZipUtils
|
|
===========
|
|
|
|
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.
|