How to use the default function from jszip

Find comprehensive JavaScript jszip.default code examples handpicked from public code repositorys.

793
794
795
796
797
798
799
800
801
802
803
804
    return deferred;
  }
});


exports.ExcelCreator = ExcelCreator;
ExcelCreator.JSZip = _jszip.default;


function getData(data, options) {
  // TODO: Looks like there is no need to export ExcelCreator any more?
  var excelCreator = new ExcelCreator(data, options);
fork icon0
star icon0
watch icon1