2018-03-22 11:52:23 -04:00
|
|
|
<!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 -->
|
2018-03-30 14:54:58 -04:00
|
|
|
<script src="./video-sensing-extension-debug.js"></script>
|
2018-03-22 11:52:23 -04:00
|
|
|
<!-- Motion -->
|
2018-03-30 14:54:58 -04:00
|
|
|
<script src="./video-sensing.js"></script>
|
2018-03-22 11:52:23 -04:00
|
|
|
</body>
|
|
|
|
</html>
|