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

@@ -4,8 +4,6 @@
module.exports = function edgeDetect(options,UI) {
options = options || {};
options.title = "Detect Edges";
options.description = "Detects the edges in an image";
options.blur = options.blur || 2
options.highThresholdRatio = options.highThresholdRatio||0.2
options.lowThresholdRatio = options.lowThresholdRatio||0.15
@@ -66,4 +64,4 @@ module.exports = function edgeDetect(options,UI) {
output: output,
UI: UI
}
}
}