mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 11:50:02 +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:
@@ -3,8 +3,6 @@
|
||||
*/
|
||||
module.exports = function Blur(options,UI){
|
||||
options = options || {};
|
||||
options.title = "Blur";
|
||||
options.description = "Blur an Image";
|
||||
options.blur = options.blur || 2
|
||||
|
||||
//Tell the UI that a step has been set up
|
||||
|
||||
Reference in New Issue
Block a user