mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
14 lines
417 B
HTML
14 lines
417 B
HTML
---
|
|
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 }}
|