Browse Source

fix example

stateless
Mikael Finstad 6 years ago
parent
commit
e964746131
  1. 1
      examples/audio1.json5

1
examples/audio1.json5

@ -8,6 +8,7 @@
{ duration: 0.5, layers: [{ type: 'video', path: './assets/lofoten.mp4', cutFrom: 0.4, cutTo: 2 }] }, { duration: 0.5, layers: [{ type: 'video', path: './assets/lofoten.mp4', cutFrom: 0.4, cutTo: 2 }] },
{ layers: [ { layers: [
{ type: 'fill-color' },
{ type: 'title', text: 'test' }, { type: 'title', text: 'test' },
{ type: 'audio', path: './assets/High [NCS Release] - JPB (No Copyright Music)-R8ZRCXy5vhA.m4a', cutFrom: 2, cutTo: 5 }] }, { type: 'audio', path: './assets/High [NCS Release] - JPB (No Copyright Music)-R8ZRCXy5vhA.m4a', cutFrom: 2, cutTo: 5 }] },

Loading…
Cancel
Save