handsfree
Version:
A library for creating head-controlled, handsfree user interfaces via computer vision just...like...✨...that!
10 lines (9 loc) • 343 B
HTML
<body>
<button class="handsfree-show-when-stopped" onclick="handsfree.start()">Start</button>
<button class="handsfree-show-when-stopped" onclick="handsfree.stop()">Stop</button>
<script src="https://unpkg.com/handsfree/dist/handsfree.js"></script>
<script>
handsfree = new Handsfree()
</script>
</body>