Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
module['exports'] = function(colors) { return function(letter, i, exploded) { return i % 2 === 0 ? letter : colors.inverse(letter); }; };