diff --git a/style.css b/style.css index 827f853..d1e468a 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,6 @@ body { background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%); } - button { appearance: none; outline: 0; diff --git a/video.js b/video.js index 09b2c11..e9cc9c8 100644 --- a/video.js +++ b/video.js @@ -66,7 +66,6 @@ function calEyes() { leftEye = pose.keypoints[1].position; // keypoints are the points representing the different joints on the body recognized by posenet - while (defaultRightEyePosition.length < 1) { defaultRightEyePosition.push(rightEye.y); }