file
Get a file from the archive
Return
File matching path, null if no file found
Parameters
Path
relative path to file
Get files matching a RegExp from archive
Return
Return all matching files or an empty array
Parameters
path
RegExp to match
Add a file to the archive
Return
JSZip object
Parameters
path
Relative path to file
data
Content of the file
options
Optional information about the file