video-editor

A React video editor

Usage no npm install needed!

<script type="module">
  import videoEditor from 'https://cdn.skypack.dev/video-editor';
</script>

README

React Video Editor

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}  />