Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

instructions for ES6 import #349

Closed
johanneswilm opened this issue Aug 27, 2016 · 2 comments
Closed

instructions for ES6 import #349

johanneswilm opened this issue Aug 27, 2016 · 2 comments

Comments

@johanneswilm
Copy link

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?

@johanneswilm
Copy link
Author

figured it out.This works:

import JSZip from "jszip"

@ishandutta2007
Copy link

figured it out.This works:

import JSZip from "jszip"

please add it to docs, even I had to hunt for the es6 syntax.

Elscha added a commit to e-Learning-by-SSE/nm-self-learning that referenced this issue Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants