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:
Jeffrey Warren
2018-04-24 17:15:27 -04:00
committed by GitHub
parent 5ac3ef008d
commit 4d75fb9640
20 changed files with 10931 additions and 11698 deletions

View File

@@ -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