Skip to content

Commit

Permalink
Added Project 19 projectnotes js file
Browse files Browse the repository at this point in the history
  • Loading branch information
lisaychuang committed May 11, 2018
1 parent 85ccd47 commit e0eda95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 19 - Webcam Fun/scripts-projectnotes.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const video = document.querySelector('.player');
const canvas = document.querySelector('.photo');
const ctx = canvas.getContext('2d');
const strip = document.querySelector('.strip');
const snap = document.querySelector('.snap');

0 comments on commit e0eda95

Please sign in to comment.