Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created September 23, 2020 09:51
Show Gist options
  • Save ntakouris/20c69d02f2bc36ff714c712b8b294e15 to your computer and use it in GitHub Desktop.
Save ntakouris/20c69d02f2bc36ff714c712b8b294e15 to your computer and use it in GitHub Desktop.
var recording = true;
imageElement.onclick = function() {
recording = !recording;
console.log('recording: ' + recording);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment