# jszip-utils **Repository Path**: thinkyoung/jszip-utils ## Basic Information - **Project Name**: jszip-utils - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-06 - **Last Updated**: 2024-07-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 : ```html ``` 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_KEY`environment variables to test remotely. License ------- JSZipUtils is dual-licensed. You may use it under the MIT license *or* the GPLv3 license. See LICENSE.markdown.