1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
Oinktube/node_modules/@silvermine/videojs-chromecast/src/js/standalone.js
2022-08-31 09:55:36 -03:00

4 lines
245 B
JavaScript

// This file is used to create a standalone javascript file for use in a script tag. The
// file that is output assumes that Video.js is available at `window.videojs`.
require('./index')(undefined, window.SILVERMINE_VIDEOJS_CHROMECAST_CONFIG);