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