diff --git a/examples/videos.json5 b/examples/videos.json5 index c44504a..5d7d0f5 100644 --- a/examples/videos.json5 +++ b/examples/videos.json5 @@ -8,7 +8,7 @@ }, }, clips: [ - { layers: [{ type: 'video', path: './assets/IMG_4605.MOV', cutFrom: 0, cutTo: 2 }] }, + { layers: [{ type: 'video', path: './assets/IMG_4605.MOV', cutFrom: 0, cutTo: 2 }, { type: 'title', text: 'Video 1' }] }, { layers: [{ type: 'video', path: './assets/IMG_1884.MOV', cutFrom: 0, cutTo: 2 }] }, ], } \ No newline at end of file