summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-05-05 03:37:44 -0400
committerJules Laplace <jules@okfoc.us>2015-05-05 03:37:44 -0400
commit0e4af74255a161ecaeb31cd831c33d9698ca1e9e (patch)
tree5c7defa37c2ecff3edb22810b8537ed297fdd84c /index.html
parent1908b82d0bfa01267e623636b5bd0aca82a6ce82 (diff)
show/hide webcam
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.html b/index.html
index c9660e1..de7a683 100644
--- a/index.html
+++ b/index.html
@@ -41,6 +41,7 @@
<div id="textarea_mode">
<div>
<span id="shader_el" class="tool">shader</span>
+ <span id="webcam_el" class="tool">webcam</span>
<span id="load_el" class="tool">load</span>
<span id="save_el" class="tool">save</span>
</div>
@@ -66,6 +67,10 @@
</div>
</div>
+ <div id="webcam_rapper" class="transparent">
+ <span class="close" id="webcam_close">x</span>
+ <iframe id="webcam_iframe"></iframe>
+ </div>
<input type="text" id="cursor_input">