ibuioli / ngFacetracker

3D Facetracker (CLM) integration to Angular
4 stars 1 forks source link

Uncaught ReferenceError: module is not defined #1

Closed Omi0 closed 5 years ago

Omi0 commented 5 years ago

It refers to jsfeat module. Do you experience the same problem. Coz I experience exactly the same problem when I am trying to run clmtrackr examples.

ibuioli commented 5 years ago

Yes, I am experimenting that issue since Angular 7, with Angular 6 it works. I will check in the near future but It seem a problem with the module compatibility.

ibuioli commented 5 years ago

The problem was a bad load of CLMTrackr. Now its loaded with angular.json like CommonJS Module. The repository is update. Close.