mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 11:50:02 +01:00
Added Eslint and husky (#1062)
This commit is contained in:
@@ -51,7 +51,7 @@ module.exports = function CropModule(options, UI) {
|
||||
step.output = {
|
||||
src: out,
|
||||
format: format
|
||||
}
|
||||
};
|
||||
|
||||
// This output is accessible to the UI
|
||||
options.step.output = out;
|
||||
@@ -81,5 +81,5 @@ module.exports = function CropModule(options, UI) {
|
||||
draw: draw,
|
||||
output: output,
|
||||
UI: UI
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user