1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 18:29:39 +02:00
Oinktube/node_modules/@videojs/vhs-utils/index.html
2022-05-20 16:22:54 -03:00

18 lines
397 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>@videojs/vhs-utils Demo</title>
</head>
<body>
<h1>Test things with window.vhsUtils.* in the console</h1>
<ul>
<li><a href="/test/debug.html">Run unit tests in browser.</a></li>
</ul>
<script src="dist/vhs-utils.js"></script>
<script>
console.log('Test things with window.vhsUtils.*');
</script>
</body>
</html>