UNPKG

videojs-vr

Version:

A plugin to add 360 and VR video support to video.js.

11 lines (7 loc) 293 B
const generate = require('videojs-generate-rollup-config'); // see https://github.com/videojs/videojs-generate-rollup-config // for options const config = generate({}); // Add additional builds/customization here! // export the builds to rollup export default Object.values(config.builds);