initial commit

This commit is contained in:
Mahdi Dibaiee
2015-09-25 19:03:45 +03:30
commit 6959bdd8a4
5 changed files with 120 additions and 0 deletions

23
test.html Normal file
View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Test</title>
<style>
video, img, input {
display: block;
margin: 2rem auto;
}
</style>
</head>
<body>
<video id="myvideo" controls src="test.mp4"></video>
<input type='range' min='0' step='1'>
<img data-snap="#myvideo@14" />
<script src='snaphash.js'></script>
<script src='index.js'></script>
</body>
</html>