9 lines
304 B
HTML
9 lines
304 B
HTML
<!doctype html>
|
|
<html>
|
|
<head><meta charset="utf-8" /></head>
|
|
<body>
|
|
<canvas id="result" style="position: absolute; z-index: 10; transform: scale(-1, 1)"></canvas>
|
|
<video id="capture" playsinline style="transform: scale(-1, 1);"></video>
|
|
</body>
|
|
<script src="js/main.js"></script>
|
|
</html>
|