mirror of
https://github.com/arnaucube/imgProcessingProjects.git
synced 2026-02-07 03:26:39 +01:00
29 lines
674 B
HTML
29 lines
674 B
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>proves de so</title>
|
|
<script src="bower_components/tracking/build/tracking-min.js"></script>
|
|
<script src="bower_components/pizzicato/distr/Pizzicato.js"></script>
|
|
|
|
|
|
<script src="index.js"></script>
|
|
<style>
|
|
video,
|
|
canvas {
|
|
margin-left: 100px;
|
|
margin-top: 35px;
|
|
position: absolute;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<video id="video" width="600" height="450" preload autoplay loop muted controls></video>
|
|
<canvas id="canvas" width="600" height="450"></canvas>
|
|
<button onclick="silence()">silenci</button>
|
|
</body>
|
|
|
|
</html>
|