mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-17 13:50:04 +01:00
Solved Module undefined error (#1104)
* Resolve Module undefined error * Lower-case-hyphen module names
This commit is contained in:
@@ -43,7 +43,7 @@ function Invert(options, UI) {
|
||||
};
|
||||
}
|
||||
var info = {
|
||||
'name': 'Invert',
|
||||
'name': 'invert',
|
||||
'description': 'Inverts the image.',
|
||||
'inputs': {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user