Closed xanderkoo closed 4 years ago
Are .gitignore files not working? It's committing the .map files
Also why is there such a big change in the webgazer.js for a such a small delta. Hmm...
Ah, you did npm run dev, that's why.
Removed dist/webgazer.commonjs2.js.map, and redid it with npm run build
.
Removed
webgazer.params.showVideoPreview
, which blocksinit()
(which starts camera, gaze dot, etc.) in index.mjs when set tofalse
.Use
webgazer.params.showVideo
andwebgazer.showVideo()
instead to show/hide the camera feed preview.