|
1 месяц назад | |
---|---|---|
.. | ||
dist | 1 месяц назад | |
documentation | 1 месяц назад | |
lib | 1 месяц назад | |
test | 1 месяц назад | |
CHANGES.md | 1 месяц назад | |
Gruntfile.js | 1 месяц назад | |
LICENSE.markdown | 1 месяц назад | |
README.markdown | 1 месяц назад | |
_config.yml | 1 месяц назад | |
bower.json | 1 месяц назад | |
component.json | 1 месяц назад | |
index.md | 1 месяц назад | |
package.json | 1 месяц назад |
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]-->
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_KEY
environment variables to test remotely.
JSZipUtils is dual-licensed. You may use it under the MIT license or the GPLv3 license. See LICENSE.markdown.