1.7.3 • Published 11 months ago

dudstrimplayer v1.7.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

DudStrimPlayer

Usage

npm install dudstrimplayer # or pnpm add dudstrimplayer
import DudStrimPlayer from 'dudstrimplayer';

<DudStrimPlayer
  sources={[
    {
      file: 'https://www.googleapis.com/drive/v3/files/1Q6LsjpWgPoYIs6GaD8G6lNZRM2-VJXAY?alt=media&key=AIzaSyCFwU3MAtwS2TgPPEObV-hDXexH83ae1Fs',
      label: '1080p',
    },
    {
      file: 'https://www.googleapis.com/drive/v3/files/1sKXS6VU8uUGeW8WPKDp2dXxwAJ96Tk9c?alt=media&key=AIzaSyCFwU3MAtwS2TgPPEObV-hDXexH83ae1Fs',
      label: '720p',
    },
  ]}
  subtitles={[
    {
      lang: 'en',
      language: 'English',
      file: 'https://subtitles.netpop.app/subtitles/20211116/1637057950304_国王排名 2_英语.srt',
    },
    {
      lang: 'vi',
      language: 'Tiếng Việt',
      file: 'https://subtitles.netpop.app/subtitles/20211116/1637057969656_国王排名 2_越南语.srt',
    },
  ]}
/>;
1.7.3

11 months ago

1.7.2

11 months ago

1.7.1

11 months ago

1.6.2

11 months ago