personnal/ecole/node_modules copy/pizzip/utils/README.markdown

513 B

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.