An open API service indexing awesome lists of open source software.

https://github.com/mkrl/faviconayer

Utilizing WebCodecs API to convert & play video stream in a favicon
https://github.com/mkrl/faviconayer

Last synced: 11 months ago
JSON representation

Utilizing WebCodecs API to convert & play video stream in a favicon

Awesome Lists containing this project

README

          

# Favicon video player

There's nothing else to say, really

Utilizing [WebCodecs API](https://developer.mozilla.org/en-US/docs/Web/API/WebCodecs_API) to convert video stream from `` directly to the browser favicon in a web worker.

Based on an [example](https://web.dev/webcodecs) by Google.