UNPKG

webgazer

Version:

WebGazer.js is an eye tracking library that uses common webcams to infer the eye-gaze locations of web visitors on a page in real time. The eye tracking model it contains self-calibrates by watching web visitors interact with the web page and trains a map

44 lines (43 loc) 1.05 kB
{ "name": "webgazer", "version": "3.4.0", "repository": { "type": "git", "url": "https://github.com/brownhci/WebGazer.git" }, "license": "GPL-3.0-or-later", "main": "dist/webgazer.js", "module": "src/index.mjs", "scripts": { "clean": "rimraf dist", "prebuild": "npm run clean", "dev": "webpack --progress --config webpack.config.js --mode development", "build": "webpack --progress --config webpack.config.js --mode production", "gen_docs": "jsdoc -c jsdoc.conf.json src/*" }, "files": [ "/dist", "/src" ], "keywords": [ "webgazer", "eyetracking", "webcam", "online" ], "dependencies": { "@tensorflow-models/face-landmarks-detection": "0.0.3", "@tensorflow/tfjs": "^3.15.0", "localforage": "1.7.3", "regression": "2.0.1" }, "devDependencies": { "browser-sync": "^3.0.2", "filemanager-webpack-plugin": "^8.0.0", "jsdoc": "^4.0.2", "rimraf": "2.6.3", "webpack": "^5.75.0", "webpack-cli": "^5.0.1", "yarnhook": "^0.4.3" } }