Out-of-the-box react video player
npm install react-customize-playerEmail:caro1xxxhv@gmail.com
Currently in beta, please do not use for work projects
``bash`
npm install react-customize-player
#### introduce
`js`
import { ReactVideoPlayer } from 'react-customize-player'
> Note: If you don't need a particular configuration item, then write it anyway, but just don't give a value
#### using
Recommended settings are not less than 300px in height and width
`react`
//Custom Height Width
//or
`tsx`
//You must pass in the video link
#### Turn on thumbnails
minVideoUrl must be a compressed video, otherwise it will cause users to repeat requests for high quality video, minVideoUrl is only used to display thumbnails
`tsx`
close minVideo
`tsx`
//Just leave it blank
#### Color
Set the background fill color and the progress bar color
`tsx`
//backgroundFillColor
//progressColor
//bufferColor
#### Complete
`js``
high: string;
long: string;
videoUrl: string;
minVideoUrl?: string; //turn off -> minVideoUrl=''
bufferColor?: string; //turn off -> bufferColor=''
progressColor?: string; //turn off -> progressColor=''
backgroundFillColor?: string; //turn off -> backgroundFillColor=''