From 55c58df092b26fb4c4012fb80549cd2ac20aa535 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Thu, 24 Sep 2020 14:44:59 +0200 Subject: [PATCH] add text to video example --- examples/videos.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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