Skip to content

Commit

Permalink
Add examples/demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Jae-Yoon Chung committed May 3, 2019
1 parent 51ec0d2 commit 4844bd0
Show file tree
Hide file tree
Showing 6 changed files with 11,366 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/demo/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.cache
dist
26 changes: 26 additions & 0 deletions examples/demo/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
<meta name="msapplication-tap-highlight" content="no"/>
<link rel="stylesheet" href="../assets/style.css">
<title>Jammer.js</title>
</head>
<body>
<div class="container">
<div id="hit" class="bg1" style="padding: 30px; height: 200px;">
</div>

<pre id="debug" style="overflow:hidden; background: #eee; padding: 15px;"></pre>

<pre id="log" style="overflow:hidden;"></pre>

<div id="handtrackjs">
<video autoplay="autoplay" style="display: none;"></video>
<canvas></canvas>
</div>
</div>
<script src="./src/index.js"></script>
</body>
</html>
Loading

0 comments on commit 4844bd0

Please sign in to comment.