Commit 72105458 by chuzhixin

Update zx-player

parent d1f328d2
import { Custom, Flv, Hls, Mp4 } from 'zx-player'
import { VabPlayerMp4, VabPlayerHls, VabPlayerFlv } from 'zx-player'
const VabPlayerMp4 = Mp4
const VabPlayerHls = Hls
const VabPlayerFlv = Flv
const VabPlayerCustom = Custom
export { VabPlayerMp4, VabPlayerHls, VabPlayerFlv, VabPlayerCustom }
export { VabPlayerMp4, VabPlayerHls, VabPlayerFlv }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment