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?
figured it out.This works:
import JSZip from "jszip"
Most helpful comment
figured it out.This works: