| name | editor-gui |
| description | Build video editing interfaces with Editframe's GUI components. Assemble timeline, scrubber, filmstrip, preview, playback controls, and transform handles. |
| license | MIT |
| metadata | {"author":"editframe","version":"1.0"} |
Editor Toolkit
Build video editing interfaces by composing GUI components. Each component is a self-contained building block that connects to your composition via target attributes. The composition itself is built with the composition skill — these components provide the controls and views around it.
Quick Start
<ef-timegroup id="my-video" mode="fixed" duration="5s">
<ef-video src="/video.mp4" duration="5s"></ef-video>
</ef-timegroup>
<ef-controls target="my-video">
<ef-toggle-play></ef-toggle-play>
<ef-scrubber></ef-scrubber>
<ef-time-display></ef-time-display>
</ef-controls>
Getting Started
Preview & Canvas
Playback Controls
Timeline
Transform & Manipulation
Overlay System
Editor Shells