mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-17 13:50:04 +01:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user