This is just a meteor wrapper for the npm package jszip. On the client side, I used "cosmos:browserify" package to make jszip work.
var zip = new JSZip(); // This object can be instantiated from both client and server side
See http://stuk.github.io/jszip/ for all the documentation.
Related Packages: