We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1becd3 commit 2cce00fCopy full SHA for 2cce00f
src/worker/worker.js
@@ -149,7 +149,6 @@ async function initArtoolkit(width = 640, height = 480) {
149
return await import('@ar-js-org/artoolkit5-js');
150
})();
151
152
- //const { ARController, ARToolkit } = jsartoolkit;
153
154
// Read the constant if available; else keep default 0
155
if (ARToolkit && typeof ARToolkit.PATTERN_MARKER === 'number') {
0 commit comments