index.html 397 B

123456789101112131415161718
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>@videojs/vhs-utils Demo</title>
  6. </head>
  7. <body>
  8. <h1>Test things with window.vhsUtils.* in the console</h1>
  9. <ul>
  10. <li><a href="/test/debug.html">Run unit tests in browser.</a></li>
  11. </ul>
  12. <script src="dist/vhs-utils.js"></script>
  13. <script>
  14. console.log('Test things with window.vhsUtils.*');
  15. </script>
  16. </body>
  17. </html>