mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-17 13:50:04 +01:00
add basic test and remove some bugs (#271)
Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
This commit is contained in:
committed by
Jeffrey Warren
parent
8d3ca0887f
commit
be810fb9c4
@@ -12,9 +12,6 @@ module.exports = function Invert(options, UI) {
|
||||
// The function which is called on every draw.
|
||||
function draw(input, callback, progressObj) {
|
||||
|
||||
console.log(this.getIndex());
|
||||
console.log(this.getPreviousStep().options.name);
|
||||
console.log(this.getStep(0).options.name);
|
||||
progressObj.stop(true);
|
||||
progressObj.overrideFlag = true;
|
||||
// Tell UI that a step is being drawn.
|
||||
|
||||
Reference in New Issue
Block a user