react-video
Version:
React component to load video from Vimeo or Youtube across any device
14 lines (12 loc) • 348 B
JavaScript
;
module.exports = require('lodash').template([
'/*',
' * React Video - <%= pkg.description %>',
' * @version v<%= pkg.version %>',
' * @link <%= pkg.homepage %>',
' * @license <%= pkg.license %>',
' * @author <%= pkg.author.name %> (<%= pkg.author.url %>)',
'*/\n',
].join('\n'), {
pkg: require('../package.json')
});