This is a demo application showing how to build advanced video editing apps using the Preview SDK.
Important
Keep in mind that this is an advanced use case, and it is not the best place to start if you do not have any previous experience with Creatomate's Preview SDK. If you are just getting started, please refer to the Video Preview Demo instead.
- Create a new file called
.env.local
in the root of the project, providing your API Key and Public Token:
CREATOMATE_API_KEY=...
NEXT_PUBLIC_CREATOMATE_PUBLIC_TOKEN=...
- Install all NPM dependencies using the following command:
npm install
- The demo can then be run using:
npm run dev
- Now visit the URL that is displayed in your console, which is by default:
http://localhost:3000
Feel free to contact us if you encounter any issues with this demo or Creatomate API at support@creatomate.com.
This demo is licensed under the MIT license. Please refer to the LICENSE for more information.