UNPKG

videojs-vr

Version:

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

10 lines (6 loc) 187 B
const generate = require('videojs-generate-postcss-config'); module.exports = function(context) { const result = generate({}, context); // do custom stuff here return result; };