You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And try to import AR and POS into my vue component with
import {AR, POS} from "js-aruco";
AR is imported but not POS. I think the issue comes from the 'main' from packages.json where the entry point does not lead to posit1.js. Can you help with the issue of importing POS?
The text was updated successfully, but these errors were encountered:
Any update on this issue :( ? It can be solved by importing posit1 or 2 manually but this should be solved with an index.js that imports both aruco, cv and posit
Hi, I am working on 3D pose estimation. After I add the package with
And try to import AR and POS into my vue component with
AR is imported but not POS. I think the issue comes from the 'main' from packages.json where the entry point does not lead to posit1.js. Can you help with the issue of importing POS?
The text was updated successfully, but these errors were encountered: