TechStark / opencv-js

OpenCV JavaScript version for node.js or browser
Apache License 2.0
357 stars 32 forks source link

Fixing undefined Module #1

Closed OrIOg closed 2 years ago

OrIOg commented 2 years ago

I was trying to make it work with Vitejs+Vue3+TS and I couldn't import it.

Apparently the code was trying to set Module while it wasn't declared. It does seem to work for me now. More tests might be necessary.