soiz1's picture
Upload 811 files
30c32c8 verified
raw
history blame
519 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Video Motion Test Playground</title>
</head>
<body>
<!-- FPS counter, Syntax highlighter, Blocks, Renderer -->
<script src="./vendor.js"></script>
<!-- Storage module -->
<script src="./scratch-storage.js"></script>
<!-- Stage rendering -->
<script src="./scratch-render.js"></script>
<!-- Extension -->
<script src="./video-sensing-extension-debug.js"></script>
<!-- Motion -->
<script src="./video-sensing.js"></script>
</body>
</html>