6 changed files with 35 additions and 11 deletions
-
6README.md
-
5cli.js
-
9examples/remote.json5
-
19index.js
-
4sources/fabric/fabricFrameSources.js
-
3util.js
@ -0,0 +1,9 @@ |
|||
{ |
|||
outPath: './remote.mp4', |
|||
allowRemoteRequests: true, |
|||
clips: [ |
|||
{ layers: [{ type: 'image', path: 'https://picsum.photos/400/400' }] }, |
|||
{ layers: [{ type: 'image', path: 'https://picsum.photos/200/400' }] }, |
|||
{ layers: [{ type: 'image', path: 'https://picsum.photos/400/200' }] }, |
|||
], |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue