mirror of
https://github.com/bytedance/xgplayer.git
synced 2025-04-05 03:05:02 +08:00
5 lines
119 B
JavaScript
5 lines
119 B
JavaScript
// entry/index file
|
|
|
|
// make it compatible with browserify's umd wrapper
|
|
module.exports = require('./flv.js').default;
|