UNPKG

videojs-hls-quality-selector

Version:

Adds a quality selector menu for HLS sources played in videojs.

18 lines (13 loc) 465 B
const generate = require('videojs-generate-rollup-config'); // see https://github.com/videojs/videojs-generate-rollup-config // for options const options = {}; const config = generate(options); // Add additonal builds/customization here! // do not build module dists with rollup // this is handled by build:es and build:cjs if (config.builds.module) { delete config.builds.module; } // export the builds to rollup export default Object.values(config.builds);