8 lines
87 B
JavaScript
Raw Permalink Normal View History

import Plyr from 'plyr';
try {
window.Plyr = Plyr;
} catch (e) {}
export { Plyr };