Step descriptions (work in progress) (#135)

* additional changes, not sure of yet

* working, but probably redundant code

* remove comment line

* rebuild
This commit is contained in:
Jeffrey Warren
2017-10-13 13:16:07 -04:00
committed by GitHub
parent 1c7f7c15af
commit bef53ef1a2
7 changed files with 4592 additions and 4988 deletions

View File

@@ -1,7 +1,7 @@
/*
* Display only the green channel
* Invert the image
*/
module.exports = function GreenChannel(options,UI) {
module.exports = function Invert(options,UI) {
options = options || {};
options.title = "Invert Colors";