-
Notifications
You must be signed in to change notification settings - Fork 118
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
Problem importing 2.0 beta #57
Comments
Apparently, all methods have been moved to export so the usage is like so: |
Thank you for trying new version! I want to reproduce error. Error is thrown by webpack? Could you tell me the error message? |
Thanks for the quick response! |
I added TypeScript definition. But it's not enough. |
I've tried to use the latest version but I wan't able to use it like I did with
1.0.4
:I'm using webpack.
this doesn't work:
import piexif from "piexifjs";
Also this didn't work:
import * as piexif from "piexifjs";
I don't have other ideas I can try :-(
The text was updated successfully, but these errors were encountered: