Getting started
Develop Mode
Develop mode enables features that improve developer experience while building locally using editframe-js.
To enable develop mode, set Editframe
's develop
option to true:
const editframe = new Editframe({
clientId: process.env.EDIFRAME_CLIENT_ID,
token: process.env.EDITFRAME_API_TOKEN,
// highlight-next-line
develop: true,
});
Features
- Terminal progress and automatic video opening with synchronous encoding