in ambiance-canvas/script.js [32:35]
function can(){ ctx.drawImage(videoEl, 0, 0, canvas.width, canvas.height); requestAnimationFrame(can); }