TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
Post content
#TIL you can stream the content of a canvas to a <video /> element, and set that video to picture-in-picture, so that you can render whatever you want outside of the tab, on top of everything. * Canvas-to-video is not supported on Safari, programmatically request PIP is not supported on Firefox. https://googlechrome.github.io/samples/media-session/slides.html 🐘