UNPKG

@supercast/plyr

Version:

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

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