Skip to main content

Getting Started

Installation#

yarn add @modfy/react-video-components

Basic Usage#

import {Trim} from '@modfy/react-video-components'
const Component = () => {
return (
<Trim
src={"/video.mp4"}
type="other"
callback={(start,end) => {alert(`Start and end are ${start}:${end}`)}} />
)
}

Now you can checkout the indiviual components or learn more about processing