video-editor
v0.1.0
Published
A React video editor
Downloads
46
Readme
React Video Editor
A simple video editor with markers for a start and finish.
Listen to the onUpdate method for changes to the marker bounds.
<VideoEditor src="/path/to/file" preload={true} muted={false} onUpdate={this.onUpdate} />