����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.117.185.140 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/ideyshare.name.ng/ner2/ucloud/app/assets/admin/vendors/jszip/ |
Upload File : |
JSZip [](http://travis-ci.org/Stuk/jszip) [](https://codeclimate.com/github/Stuk/jszip) ===== [](https://saucelabs.com/u/jszip) A library for creating, reading and editing .zip files with Javascript, with a lovely and simple API. See http://stuartk.com/jszip for all the documentation. ```javascript var zip = new JSZip(); zip.file("Hello.txt", "Hello World\n"); var img = zip.folder("images"); img.file("smile.gif", imgData, {base64: true}); var content = zip.generate({type:"blob"}); // see FileSaver.js saveAs(content, "example.zip"); /* Results in a zip containing Hello.txt images/ smile.gif */ ``` License ------- JSZip is dual-licensed. You may use it under the MIT license *or* the GPLv3 license. See [LICENSE.markdown](LICENSE.markdown).