UNPKG

barcode-detector-polyfill

Version:
21 lines 602 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>BarcodeDetector Polyfill Examples</title> <style> body { font-family: sans-serif; } </style> </head> <body> <h1>BarcodeDetector Polyfill Examples</h1> <ul> <li><a href="static/index.html">Decode single static image</a></li> <li><a href="single/index.html">Decode single image</a></li> <li><a href="webcam/index.html">Using camera feed</a></li> </ul> </body> </html>