gentelella/vendors/jszip/documentation/api_jszip/constructor.md

323 B

title layout section
new JSZip() or JSZip() default api

Description : Create a new JSZip instance.

Arguments : None

Returns : A new JSZip.

Throws : Nothing.

Example

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