|
|
||
|---|---|---|
| .. | ||
| dist | ||
| es6 | ||
| .jshintignore | ||
| .jshintrc | ||
| .travis.yml | ||
| CHANGES.md | ||
| LICENSE.markdown | ||
| README.markdown | ||
| index.d.ts | ||
| index.js | ||
| index.md | ||
| index.test-d.ts | ||
| webpack.config.js | ||
README.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 :
<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.