Added file-input example & updated static images

This commit is contained in:
Christoph Oberhofer
2014-11-08 20:14:36 +01:00
parent 607d5e1f51
commit aaf05e8d6d
39 changed files with 149 additions and 36 deletions
+13
View File
@@ -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 }}