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 ec35f0a commit e8fc435Copy full SHA for e8fc435
samples/index.html
@@ -27,6 +27,10 @@ <h1><a href="./image-decoder/animated-gif-renderer.html">Animated GIF Renderer</
27
<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>
32
+ <p>Capture from camera, encode and decode in a worker</p>
33
+ </article>
34
</div>
35
36
0 commit comments