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} />
A React video editor
<script type="module">
import videoEditor from 'https://cdn.skypack.dev/video-editor';
</script>
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} />