Use the new revamped DI

This commit is contained in:
Mohammad Fares
2018-11-25 14:51:28 +02:00
parent 911acf91ab
commit 52d6bebe90
2 changed files with 43 additions and 64 deletions

View File

@@ -332,7 +332,7 @@ function command(argv) {
di._.partial(renderFrames, records, renderingOptions),
// Adjust frames delays
di._.partial(di.play.adjustFramesDelays, records, adjustFramesDelaysOptions),
di._.partial(di.commands.play.adjustFramesDelays, records, adjustFramesDelaysOptions),
// Get the dimensions of the first rendered frame
di._.partial(getFrameDimensions),