-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Jae-Yoon Chung
committed
May 3, 2019
1 parent
51ec0d2
commit 4844bd0
Showing
6 changed files
with
11,366 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.cache | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.