Converts string to hex color with black/white complement
npm install string-to-hex-color> Takes a string and returns a hex color and it's black/white complement
npm install string-to-hex-color
`$3
` js
var stringToHexColor = require('string-to-hex-color');
console.log( stringToHexColor('Teemo') ) // [ '#9628cf', '#FFFFFF' ]
``