当前位置: 首页 > 工具软件 > Griffith > 使用案例 >

react视频播放组件Griffith的基本使用

尤钱明
2023-12-01

一、安装

yarn add griffith

二、使用

import Player from 'griffith'

const sources = {
  hd: {
    play_url: 'https://zhstatic.zhihu.com/cfe/griffith/zhihu2018_hd.mp4',
  },
  sd: {
    play_url: 'https://zhstatic.zhihu.com/cfe/griffith/zhihu2018_sd.mp4',
  },
}

render(<Player sources={sources} />)
 类似资料: