Нет описания

constructor.md 222B


title: “new JSZip() or JSZip()” layout: default

section: api

Create a new JSZip instance.

Returns : A new JSZip.

Since: v1.0.0

Example

var zip = new JSZip();
// same as
var zip = JSZip();