Skip to content

Instantly share code, notes, and snippets.

View derac's full-sized avatar
🌴

derac

🌴
View GitHub Profile
@derac
derac / index.html
Last active January 25, 2023 01:10 — forked from bellbind/index.html
[chrome][android] BarcodeDetector example + bounding boxes
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="module">
// WICG Shape Detection API
// - https://wicg.github.io/shape-detection-api/
try {
const start = document.getElementById("start");
const video = document.getElementById("video");