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 88d766aeae v3.2.0
2018-04-17 23:54:38 +10:00

15 lines
378 B
JavaScript

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