From 9a004bb89aad6b8b1880f6a6b3614a1969fb0cea Mon Sep 17 00:00:00 2001 From: Diego Cardozo Date: Thu, 1 Nov 2018 22:49:58 -0300 Subject: [PATCH] Added a link on the new Picture in Picture API --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b06f40b..1746efe 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A curated list of awesome HTML5 resources. Inspired by [awesome-php](https://git - [Multimedia capabilities](#multimedia-capabilities) - [Audio](#audio) - [Media capture](#media-capture) + - [Picture in Picture](#picture-in-picture) - [Speech synthesis](#speech-synthesis) - [Voice recognition](#voice-recognition) - [Virtual Reality (VR)](#virtual-reality) @@ -78,6 +79,10 @@ A curated list of awesome HTML5 resources. Inspired by [awesome-php](https://git * [Capturing Audio & Video in HTML5](https://www.html5rocks.com/es/tutorials/getusermedia/intro/) * [Using the media capture API](https://www.sitepoint.com/using-the-media-capture-api/) +### Picture in Picture + +* [Chrome's new Picture in Picture API](https://developers.google.com/web/updates/2018/10/watch-video-using-picture-in-picture) + ### Speech Synthesis * [Intro to the HTML5 Speech Synthesis API](http://creative-punch.net/2014/10/intro-html5-speech-synthesis-api/)