Closed patricio1979 closed 1 year ago
Yes you should be able to toggle the minified option. See https://github.com/brownhci/WebGazer/blob/master/webpack.config.js
For video feed, take a look at the version here: https://github.com/brownhci/WebGazer/tree/master/www/data/src
this is the default build now if you use "npm run build", so closing this. if you want the uncompressed version, you can do "npm run dev" still
Hello, first thank you for the amazing library.
Is there a way to build a minified version of webgazer.js ? I'm working inside the p5js editor and 15mb of library is too big.
Also, is there a way to work with video feed instead of webcam?