/var/www/greso.tech/server/nsm/node_modules/@colors/colors/lib/maps
NameSizeModeActions
america.js2780644editdlrm
rainbow.js3110644editdlrm
random.js4540644editdlrm
zebra.js1460644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/@colors/colors/lib/maps/rainbow.js (311B)
module['exports'] = function(colors) { // RoY G BiV var rainbowColors = ['red', 'yellow', 'green', 'blue', 'magenta']; return function(letter, i, exploded) { if (letter === ' ') { return letter; } else { return colors[rainbowColors[i++ % rainbowColors.length]](letter); } }; };