slider-pro-js
Version:
Modular JavaScript slider that is dependency-free, rich-featured, flexible and easy to use
16 lines (11 loc) • 323 B
JavaScript
import YouTubeAPIPlayerMock from './youtube-api-player-mock.js';
window.YT = {};
window.YT.Player = YouTubeAPIPlayerMock;
window.YT.PlayerState = {
PLAYING: 'playing',
PAUSED: 'paused',
ENDED: 'ended'
};
if ( typeof window.onYouTubePlayerAPIReady !== 'undefined' ) {
window.onYouTubePlayerAPIReady();
}