From 549c173582680e16cc2eab7a7b5eadd3f8508c7e Mon Sep 17 00:00:00 2001 From: Bernard Aboba Date: Tue, 18 Oct 2022 12:42:31 -0700 Subject: [PATCH] Add WebCodecs in Worker link on samples page Add a link to the WebCodecs in Worker sample, once merged. Related: https://github.com/w3c/webcodecs/pull/583 --- samples/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/samples/index.html b/samples/index.html index f20af487..856e3249 100644 --- a/samples/index.html +++ b/samples/index.html @@ -27,6 +27,10 @@

Animated GIF RendererCapture To File

Reading from camera, encoding via webcodecs, and creating a webm file on disk.

+
+

WebCodecs in Worker

+

Capture from camera, encode and decode in a worker

+