UNPKG

zxing-typescript

Version:

TypeScript port of ZXing open-source, multi-format 1D/2D barcode image processing library

50 lines (39 loc) 2.13 kB
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="Adrian Toșcă"> <meta name="description" content="ZXing TypeScript Demo &amp; Examples"> <title>ZXing TypeScript | Demo &amp; Examples</title> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css"> <link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css"> </head> <body> <main class="wrapper"> <section class="container" id="demo-content"> <h1 class="title">ZXing TypeScript Examples</h1> <p>ZXing ("zebra crossing") TypeScript is an open-source, multi-format 1D/2D barcode image processing library ported to TypeScript from Java.</p> <p>The library can be used from browser or from node. Below are links to browser demo &amp; examples.</p> <p> More information can be found in <a href="https://github.com/aleris/zxing-typescript">GitHub project home page</a>. </p> <h3>QR Code Scanning Examples</h3> <ul> <li><a href="examples/qr-camera">Scan QR Code from Video Camera</a></li> <li><a href="examples/qr-image">Scan QR Code from Image</a></li> <li><a href="examples/qr-video">Scan QR Code from Video File</a></li> </ul> <p> View <a href="https://github.com/aleris/zxing-typescript">source code</a> on GitHub. </p> </section> <footer class="footer"> <section class="container"> <p>ZXing TypeScript Demo. Licensed under the <a target="_blank" href="https://github.com/aleris/zxing-typescript#license" title="Apache License, Version 2.0">Apache License, Version 2.0</a>.</p> </section> </footer> </main> </body> </html>