jszip-utils

A collection of cross-browser utilities to go along with JSZip.

jszip-utils downloads jszip-utils version jszip-utils license

jszip-utils类似的npm包:

npm下载趋势

3 年
🌟 在 jszip-utils 的 README.md 中显示实时使用量图表,只需复制下面的代码。
## Usage Trend
[![Usage Trend of jszip-utils](https://npm-compare.com/img/npm-trend/THREE_YEARS/jszip-utils.png)](https://npm-compare.com/jszip-utils#timeRange=THREE_YEARS)

Cumulative GitHub Star Trend

🌟 在 jszip-utils 的 README.md 中显示 GitHub stars 趋势图表,只需复制下面的代码。
## GitHub Stars Trend
[![GitHub Stars Trend of jszip-utils](https://npm-compare.com/img/github-trend/jszip-utils.png)](https://npm-compare.com/jszip-utils)

统计详情

npm包名称
下载量
Stars
大小
Issues
发布时间
License
jszip-utils0237-277 年前(MIT OR GPL-3.0)

jszip-utils的README

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.