plyr
Version:
A simple, accessible and customizable HTML5, YouTube and Vimeo media player
14 lines (11 loc) • 399 B
JavaScript
// ==========================================================================
// Plyr Polyfilled Build
// plyr.js v3.4.3
// https://github.com/sampotts/plyr
// License: The MIT License (MIT)
// ==========================================================================
import 'babel-polyfill';
import 'custom-event-polyfill';
import 'url-polyfill';
import Plyr from './plyr';
export default Plyr;