plyr/src/js/plyr.polyfilled.js
2020-01-30 14:56:52 +00:00

14 lines
382 B
JavaScript

// ==========================================================================
// Plyr Polyfilled Build
// plyr.js v3.5.7-beta.0
// https://github.com/sampotts/plyr
// License: The MIT License (MIT)
// ==========================================================================
import 'custom-event-polyfill';
import 'url-polyfill';
import Plyr from './plyr';
export default Plyr;