From e9647461310070fe8f1c6c7f68e1fcb1d564b1e6 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Sun, 6 Sep 2020 21:13:57 +0200 Subject: [PATCH] fix example --- examples/audio1.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/audio1.json5 b/examples/audio1.json5 index d38d974..a326774 100644 --- a/examples/audio1.json5 +++ b/examples/audio1.json5 @@ -8,6 +8,7 @@ { duration: 0.5, layers: [{ type: 'video', path: './assets/lofoten.mp4', cutFrom: 0.4, cutTo: 2 }] }, { layers: [ + { type: 'fill-color' }, { type: 'title', text: 'test' }, { type: 'audio', path: './assets/High [NCS Release] - JPB (No Copyright Music)-R8ZRCXy5vhA.m4a', cutFrom: 2, cutTo: 5 }] },