4.5.7 • Published 2 years ago

tc-player-ts v4.5.7

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

腾讯云TC-Player封装

tc-player-plus版本太低了,本包封装了最新版本tc-player

使用

import TCPlayer from 'tc-player-ts';
import { useEffect } from 'react';

export default (url: string) => {

  useEffect(() => {
    const player = TCPlayer('player-container-id', {})
    player.src(url)
  })

  return <video id="player-container-id" width="414" height="270" preload="auto" playsinline webkit-playsinline />
}
4.5.7

2 years ago

4.5.6

2 years ago

4.5.5

2 years ago

4.5.4

2 years ago