Spaces:
Running
Running
fcernafukuzaki
commited on
Commit
•
977ddd6
1
Parent(s):
c87dd3b
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -38,9 +38,9 @@
|
|
38 |
</style>
|
39 |
</head>
|
40 |
<body>
|
41 |
-
<video width=
|
42 |
<div class="mask"></div>
|
43 |
-
<canvas width=
|
44 |
|
45 |
<script>
|
46 |
Promise.all([
|
|
|
38 |
</style>
|
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>
|
46 |
Promise.all([
|