plyr/src/js/plyr.polyfilled.js
2021-05-12 23:40:37 +10:00

14 lines
375 B
JavaScript

// ==========================================================================
// Plyr Polyfilled Build
// plyr.js v3.6.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;