PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` {{overview}} {{features}} http://jszip.stuartk.co.uk/test/ http://www.softaculous.com/softwares/javascripts/libraries/JSZip 98304 https://stuk.github.io/jszip/ 3.10.1 26 2 02-08-2022 4.1.7 JSZip helps you create .zip files with Javascript.

JavaScript today is capable of generating a lot of data. The easiest way to deliver multiple files to your users is in a zip file. Instead of wasting server resources and bandwidth you can get the client to do it for you by JSZip.

JSZip is licensed under the GPLv3 and/or MIT License.
JSZip features :
  • add(name, data [,options])Add a file to the zip file. Supports chaining.
  • folder(name)Add a directory to the zip file. Supports chaining.
  • find(needle)Compare a string or regular expression against all of the filenames and returns an informational object for each that matches.
  • remove(name)Delete a file or folder.
  • generate(asBytes = false)Generates the complete zip file. By default encoded as base64.