video.js plugin to add a PIP button if the browser supports webkitSupportsPresentationMode
Built for video.js 5.x and above.
$icon-font-path: '~videojs-pip/fonts/';
@import "~videojs-pip/videojs-pip";
require('videojs-pip')
videojs(element, {
pipButton: {}
})
MIT