bill 9be2d80b4e fix: 更新sdk 1 mēnesi atpakaļ
..
dist 9be2d80b4e fix: 更新sdk 1 mēnesi atpakaļ
documentation 9be2d80b4e fix: 更新sdk 1 mēnesi atpakaļ
lib 9be2d80b4e fix: 更新sdk 1 mēnesi atpakaļ
test 9be2d80b4e fix: 更新sdk 1 mēnesi atpakaļ
CHANGES.md 9be2d80b4e fix: 更新sdk 1 mēnesi atpakaļ
Gruntfile.js 9be2d80b4e fix: 更新sdk 1 mēnesi atpakaļ
LICENSE.markdown 9be2d80b4e fix: 更新sdk 1 mēnesi atpakaļ
README.markdown 9be2d80b4e fix: 更新sdk 1 mēnesi atpakaļ
_config.yml 9be2d80b4e fix: 更新sdk 1 mēnesi atpakaļ
bower.json 9be2d80b4e fix: 更新sdk 1 mēnesi atpakaļ
component.json 9be2d80b4e fix: 更新sdk 1 mēnesi atpakaļ
index.md 9be2d80b4e fix: 更新sdk 1 mēnesi atpakaļ
package.json 9be2d80b4e fix: 更新sdk 1 mēnesi atpakaļ

README.markdown

JSZipUtils

A collection of cross-browser utilities to go along with JSZip, see http://stuk.github.io/jszip-utils for all the documentation.

It has two parts, one for every browsers and one for IE < 10. To use it :

<script type="text/javascript" src="dist/jszip-utils.js"></script>
<!--
Mandatory in IE 6, 7, 8 and 9.
-->
<!--[if IE]>
<script type="text/javascript" src="dist/jszip-utils-ie.js"></script>
<![endif]-->

Development

Run npm test to lint, build, and launch a server at http://localhost:8080/test/ . Open the page in a browser to verify that the tests are passing.

If you have a Saucelabs account set the SAUCE_USERNAME and SAUCE_ACCESS_KEYenvironment variables to test remotely.

License

JSZipUtils is dual-licensed. You may use it under the MIT license or the GPLv3 license. See LICENSE.markdown.