JSZip
JSZip is a javascript library for creating, reading and editing .zip files, with a
lovely and simple API.
Current version : v3.10.1
License : JSZip is dual-licensed. You may use it under the MIT license or the GPLv3 license. See LICENSE.markdown.
Example
Installation
With npm : npm install jszip
With bower : bower install Stuk/jszip
With component : component install Stuk/jszip
Manually : download JSZip
and include the file dist/jszip.js or dist/jszip.min.js
Installed ? Great ! You can now check our guides and examples !
Support
Getting help
Having trouble ? We'd like to help !
- Try the FAQ, it has answers to common questions.
- If you're looking for information about a specific method, try the documentation.
- Check the examples.
- Report bugs in our Bug tracker.
Test status
- Live tests:
- See for yourself !
