This repository has been archived on 2026-01-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
plyr/src/js/plyr.polyfilled.js
T
Sam Potts d9f9dc770b 3.6.9
2021-10-13 21:48:22 +11:00

14 lines
375 B
JavaScript

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