You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
2.9 KiB
HTML
62 lines
2.9 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<title>QuaggaJS, an advanced barcode-reader written in JavaScript</title>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta name="copyright" content="This project is maintained by Christoph Oberhofer" />
|
|
<meta name="description" content="QuaggaJS is an advanced barcode-reader written in JavaScript" />
|
|
<meta name="keywords" content="barcode, javascript, canvas, computer vision, image processing, ean, code128" />
|
|
<meta name="robots" content="index,follow" />
|
|
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/stylesheets/styles.css">
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/stylesheets/example.css">
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/stylesheets/pygment_trac.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
<!--[if lt IE 9]>
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-56318310-1', 'auto');
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<header>
|
|
<h1><a href="{{ site.baseurl }}/"><img src="{{ site.baseurl }}/assets/code128.png" alt="QuaggaJS" /></a></h1>
|
|
<p>An advanced barcode-reader written in JavaScript</p>
|
|
|
|
<nav class="side-nav">
|
|
<ul class="pages">
|
|
<li><a href="{{ site.baseurl }}/">Project Home</a></li>
|
|
<li><a href="{{ site.baseurl }}/examples">Examples</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<p class="view"><a href="https://github.com/serratus/quaggaJS">View the Project on GitHub <small>serratus/quaggaJS</small></a></p>
|
|
<ul class="github">
|
|
<li><a href="https://github.com/serratus/quaggaJS/zipball/master">Download <strong>ZIP File</strong></a></li>
|
|
<li><a href="https://github.com/serratus/quaggaJS/tarball/master">Download <strong>TAR Ball</strong></a></li>
|
|
<li><a href="https://github.com/serratus/quaggaJS">Fork On <strong>GitHub</strong></a></li>
|
|
</ul>
|
|
</header>
|
|
<section>
|
|
{{ content }}
|
|
</section>
|
|
<footer>
|
|
<p>This project is maintained by <a href="http://github.com/serratus">Christoph Oberhofer</a></p>
|
|
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
|
|
</footer>
|
|
</div>
|
|
<script src="{{ site.baseurl }}/javascripts/scale.fix.js"></script>
|
|
</body>
|
|
</html> |