mirror of https://github.com/vladmandic/human
13 lines
479 B
HTML
13 lines
479 B
HTML
<head>
|
|
<script src="https://cdn.jsdelivr.net/npm/quicksettings"></script>
|
|
<script src="./demo-esm.js" type="module"></script>
|
|
</head>
|
|
<body style="margin: 0; background: black; color: white; font-family: 'Segoe UI'; font-variant: small-caps">
|
|
<div id="main">
|
|
<video id="video" playsinline style="display: none"></video>
|
|
<image id="image" src="" style="display: none"></video>
|
|
<canvas id="canvas"></canvas>
|
|
<div id="log">Human library</div>
|
|
</div>
|
|
</body>
|