react-html5-video-editor
Version:
React component for simple video effects online
15 lines (14 loc) • 367 B
HTML
<html>
<head>
<title>React HTML5 video editor</title>
<link rel="stylesheet" type="text/css" href="src/css/custom.css">
</head>
<body>
<div id='root'></div>
<script src="/static/react-html5-video-editor.js"></script>
<script type="text/javascript">
ReactHtml5VideoEditor.render_editor();
</script>
</body>
</html>