mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 11:50:02 +01:00
Display width and height of image at each step (#1309)
This commit is contained in:
committed by
Jeffrey Warren
parent
89626838e3
commit
f1c94fd788
@@ -329,6 +329,7 @@ ImageSequencer = function ImageSequencer(options) {
|
||||
log: log,
|
||||
objTypeOf: objTypeOf,
|
||||
copy: copy,
|
||||
getImageDimensions: require('./util/getImageDimensions'),
|
||||
|
||||
setInputStep: require('./ui/SetInputStep')(sequencer)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user