/** * JSZip entry point for bundling */ import JSZip from 'jszip'; export { JSZip }; export default JSZip;