Jszip: instructions for ES6 import

Created on 27 Aug 2016  路  1Comment  路  Source: Stuk/jszip

Neither of these work:

import {JSZip} from "jszip/dist/jszip"

or

import {JSZip} from "jszip/lib/index"

Any other suggestions? Could this be added to the instructions?

Most helpful comment

figured it out.This works:

import JSZip from "jszip"

>All comments

figured it out.This works:

import JSZip from "jszip"
Was this page helpful?
0 / 5 - 0 ratings