Getting Started
Welcome to the Editframe Developer Platform documentation. Our goal is to make it extremely easy for software developers to incorporate video composition and editing experiences into their applications.
We offer a comprehensive suite of tools across the frontend and backend to rapidly decrease the time it takes to ship video features. With Editframe, you can add video personalization features to consumer applications, power post-production workflows, and much more.
Quickstart
Create a starter project:
npm create @editframe@beta
Follow the prompts to select either our simple html project, or one of our React starter projects.
Then cd into your new project directory, run npm install
, and then npm start .
The terminal output will give you a URL for a live-preview the project. These are simple projects that can serve as starting points for your own projects. They're not production ready, but they're a good way to get started.
Learn More about the Editframe Components
Editframe provides a set of custom HTML elements(opens in a new tab) that you can use to create videos.
These can be used as custom elements in any html/css/js project.
They are also available as React components.