plyr 반응

typescript를 사용하여 plyr-react@3의 새 버전을 릴리스합니다.

여기에서 실제로 볼 수 있습니다.

https://stackblitz.com/edit/react-r8vmzh?embed=1&file=src/App.js&hideExplorer=1&hideNavigation=1&view=preview


친탄9 / plyr 반응


비디오, 오디오, YouTube 및 Vimeo를 위한 간단하고 액세스 가능하며 사용자 지정 가능한 반응 미디어 플레이어





plyr 반응


설치


이 플러그인에는 npm 또는 yarn이 포함된 최소 Node.js가 필요합니다.
# with npm
npm i plyr-react plyr
# with yarn
yarn add plyr-react plyr

용법

import Plyr from 'plyr-react'
import 'plyr/dist/plyr.css'
export default function App() {
  return (
    <Plyr
      source={
        {
          /* ... */
        }
      }
      options={
        {
          /* ... */
        }
      }
    />
  )
}

Note: You will need mark source as a type of any until a new release of Plyr is available.

예시

Click here to see example and you can play with this example.

기여하다

개발 시작하기

There are two methods for getting started with this repo.

Git에 익숙하십니까?

  > git clone [email protected]:chintan9/plyr-react.git
  > cd plyr-react
  > npm run install

Git에 익숙하지 않으신가요?


here을 클릭하여
.zip 파일을 다운로드합니다. zip 파일의 내용을 추출한 다음
터미널, 변경…

View on GitHub

좋은 웹페이지 즐겨찾기