Create videos in the web browser using React! Web video creator
import { Videobox } from @henrik-rosander/web-video-creator
const component = () => { return( <> <Videobox> <Layer> /*content*/ </Layer> </Videobox> </> ) }
Use components such as to get a dashboard for the player, or to show a video timeline.