Skip to content

Commit e8fc435

Browse files
abobadalecurtis
authored andcommitted
Add WebCodecs in Worker link on samples page
Add a link to the WebCodecs in Worker sample, once merged. Related: #583
1 parent ec35f0a commit e8fc435

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ <h1><a href="./image-decoder/animated-gif-renderer.html">Animated GIF Renderer</
2727
<h1><a href="./capture-to-file/capture-to-file.html">Capture To File</a></h1>
2828
<p>Reading from camera, encoding via webcodecs, and creating a webm file on disk.</p>
2929
</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>
3034
</div>
3135
</div>
3236
</div>

0 commit comments

Comments
 (0)