-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
jsfeat module is not defined #172
Comments
I have this issue when loading clmtrackr through webpack. This error shows when the |
In webpack as a workaround you may want to try loading clmtrackr as an UMD module. Instead of importing from
|
This is an issue when trying to load clmtrackr in Angular(8) as well. Any suggestions? |
Yes, that is an error from Angular 7+. I made an implementation, but for solve this specific error you need edit the
And then you load it in a TS file (like a component) like this:
|
Any plans to fix how the module exports are defined? |
While loading your example I am seeing following error in console:
Uncaught ReferenceError: module is not defined
Referencing to jsfeat module. Do you experience the same issue?
The text was updated successfully, but these errors were encountered: