mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
Added file-input example & updated static images
This commit is contained in:
@@ -16,22 +16,24 @@
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header>
|
||||
<h1><img src="{{ site.url }}/assets/code128.png" alt="QuaggaJS" /></h1>
|
||||
<h1><img src="{{ site.baseurl }}/assets/code128.png" alt="QuaggaJS" /></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>
|
||||
<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>
|
||||
<ul class="pages">
|
||||
{% for subpage in site.pages %}
|
||||
<li><a href="{{ subpage.url }}">{{ subpage.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{{ content }}
|
||||
</section>
|
||||
<footer>
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<h1>Examples</h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="{{ site.baseurl }}/examples/static_images.html">Demo with sample images</a></li>
|
||||
<li><a href="{{ site.baseurl }}/examples/live_w_locator.html">Demo with live-stream</a> using <code>getUserMedia</code></li>
|
||||
<li><a href="{{ site.baseurl }}/examples/file_input.html">Demo with file-input</a> showcasing a use for mobile</li>
|
||||
</ul>
|
||||
|
||||
{{ content }}
|
||||
Reference in New Issue
Block a user