MODERN
Husky
Pre-commit hook
const values = [1, 2, 3, 4, 5];
const doMagic = value => {
/* magic here */
};
const magicValues = [];
for (let i = 0; i < values.length; i++) {
const magicValue = doMagic(values[i]);
magicValues.push(magicValue);
}
const values = [1, 2, 3, 4, 5];
const doMagic = value => {
/* magic here */
};
const magicValues = values.map(doMagic);
Overlay to that can be integrated into any web-based Kiosk software to enable commanding the UI with voice, without requiring touch interactions.
Â
Utilizing WebRTC, Camera for face detection, WebStocket with backend and more.
Please enable audio