mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-17 22:00:05 +01:00
Added Eslint and husky (#1062)
This commit is contained in:
@@ -40,12 +40,12 @@ function Invert(options, UI) {
|
||||
draw: draw,
|
||||
output: output,
|
||||
UI: UI
|
||||
}
|
||||
};
|
||||
}
|
||||
var info = {
|
||||
"name": "Invert",
|
||||
"description": "Inverts the image.",
|
||||
"inputs": {
|
||||
'name': 'Invert',
|
||||
'description': 'Inverts the image.',
|
||||
'inputs': {
|
||||
}
|
||||
}
|
||||
};
|
||||
module.exports = [Invert, info];
|
||||
|
||||
Reference in New Issue
Block a user