32 lines
1.2 KiB
HTML
32 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Quagga2 Live Examples</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="stylesheet" href="css/styles.css" />
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Quagga2 Live Examples</h1>
|
|
<p>Choose an example to try out Quagga2 in your browser:</p>
|
|
</header>
|
|
<main>
|
|
<ul>
|
|
<li><a href="camera_example.html">Camera Example</a></li>
|
|
<li><a href="file_input.html">File Input Example</a></li>
|
|
<li><a href="live_w_locator.html">Live with Locator Example</a></li>
|
|
<li><a href="static_images.html">Static Images Example</a></li>
|
|
</ul>
|
|
<h2>Node.js Examples</h2>
|
|
<ul>
|
|
<li><a href="node-test.js">Node Test</a></li>
|
|
<li><a href="node-test-with-buffer.js">Node Test with Buffer</a></li>
|
|
</ul>
|
|
</main>
|
|
<footer>
|
|
<p>Quagga2 Project © 2014-2025 Christoph Oberhofer, Eric Blade, and all other Contributors. See <a href="https://github.com/ericblade/quagga2/blob/master/package.json">package.json</a>. Licensed under MIT license. See <a href="https://github.com/ericblade/quagga2/blob/master/LICENSE">LICENSE</a></p>
|
|
</footer>
|
|
</body>
|
|
</html>
|