goffeetabler/storage/public/dist/libs/plyr/src/js/plyr.polyfilled.js
2026-05-01 18:15:40 -05:00

13 lines
375 B
JavaScript

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