We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c846f98 commit 601c146Copy full SHA for 601c146
samples/index.html
@@ -28,7 +28,7 @@ <h1><a href="./capture-to-file/capture-to-file.html">Capture To File</a></h1>
28
<p>Reading from camera, encoding via webcodecs, and creating a webm file on disk.</p>
29
</article>
30
<article onclick="window.location.href='./encode-decode-worker/index.html';">
31
- <h1><a href="./encode-deocde-worker/index.html">WebCodecs in Worker</a></h1>
+ <h1><a href="./encode-decode-worker/index.html">WebCodecs in Worker</a></h1>
32
<p>Capture from camera, encode and decode in a worker</p>
33
34
</div>
0 commit comments