File size: 519 Bytes
30c32c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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>