UNPKG

@baladshow/plyr-shaka

Version:

A simple, accessible and customizable HTML5, YouTube and Vimeo media player

13 lines (10 loc) 374 B
// ========================================================================== // Plyr Polyfilled Build // plyr.js v3.5.3 // https://github.com/sampotts/plyr // License: The MIT License (MIT) // ========================================================================== import 'custom-event-polyfill'; import 'url-polyfill'; import Plyr from './plyr'; export default Plyr;