human/demo/demo-esm.html

16 lines
730 B
HTML
Raw Normal View History

2020-10-16 21:04:51 +02:00
<html>
<head>
<script src="../assets/quicksettings.js"></script>
<!-- <script src="../assets/tf.min.js"></script> -->
<!-- <script src="../assets/tf-backend-wasm.min.js"></script> -->
<script src="./demo-esm.js" type="module"></script>
</head>
<body style="margin: 0; background: black; color: white; font-family: 'Segoe UI'; font-size: 16px; font-variant: small-caps; overflow-x: hidden">
2020-10-12 03:21:41 +02:00
<video id="video" playsinline style="display: none"></video>
2020-10-12 16:59:55 +02:00
<image id="image" src="" style="display: none"></video>
2020-10-12 03:21:41 +02:00
<canvas id="canvas"></canvas>
2020-10-16 21:04:51 +02:00
<div id="samples" style="display: flex; flex-wrap: wrap"></div>
2020-10-16 17:23:59 +02:00
<div id="log" style="position: fixed; bottom: 0">Human library</div>
2020-10-16 21:04:51 +02:00
</body>
</html>