Browse Source

add text to video example

layer-manipulation
Mikael Finstad 6 years ago
parent
commit
55c58df092
  1. 2
      examples/videos.json5

2
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 }] },
],
}
Loading…
Cancel
Save