fcernafukuzaki commited on
Commit
d864cc7
·
1 Parent(s): af09340

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -39,7 +39,7 @@
39
  </head>
40
  <body>
41
  <video width=640 height=480 onloadedmetadata="onPlay(this)" autoplay muted playsinline id="camera"></video>
42
- <div class="mask"></div>
43
  <canvas width=640 height=480 id="overlay"></canvas>
44
 
45
  <script>
 
39
  </head>
40
  <body>
41
  <video width=640 height=480 onloadedmetadata="onPlay(this)" autoplay muted playsinline id="camera"></video>
42
+ <div width=640 height=480 class="mask"></div>
43
  <canvas width=640 height=480 id="overlay"></canvas>
44
 
45
  <script>