mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-14 04:10:04 +01:00
Infos updated for new title/description format (#221)
* initial work * working with failing test * info modules * compiled * rework of CONTRIBUTING
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
module.exports = function Saturation(options,UI) {
|
||||
|
||||
options = options || {};
|
||||
options.title = "Saturation";
|
||||
options.description = "Saturate an image";
|
||||
|
||||
// Tell UI that a step has been set up
|
||||
UI.onSetup(options.step);
|
||||
|
||||
Reference in New Issue
Block a user