human/demo/demo-esm.html

15 lines
586 B
HTML
Raw Normal View History

2020-10-12 01:22:43 +02:00
<head>
2020-10-15 14:16:34 +02:00
<script src="../assets/quicksettings.js"></script>
2020-10-15 15:43:16 +02:00
<!-- <script src="../assets/tf.min.js"></script> -->
<!-- <script src="../assets/tf-backend-wasm.min.js"></script> -->
2020-10-12 16:08:00 +02:00
<script src="./demo-esm.js" type="module"></script>
2020-10-12 01:22:43 +02:00
</head>
2020-10-15 00:22:38 +02:00
<body style="margin: 0; background: black; color: white; font-family: 'Segoe UI'; font-variant: small-caps">
2020-10-12 01:22:43 +02:00
<div id="main">
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-15 00:22:38 +02:00
<div id="log">Human library</div>
2020-10-12 01:22:43 +02:00
</div>
</body>