Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuk/jszip-utils
https://github.com/stuk/jszip-utils
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stuk/jszip-utils
- Owner: Stuk
- License: other
- Created: 2014-03-03T21:29:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T16:36:33.000Z (about 2 years ago)
- Last Synced: 2024-04-14T22:15:25.750Z (9 months ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 227
- Watchers: 15
- Forks: 191
- Open Issues: 27
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGES.md
- License: LICENSE.markdown
Awesome Lists containing this project
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.