Skip to content

jylopez/string-to-hex-color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

string-to-hex-color npm version

Takes a string and returns a hex color and it's black/white complement

Install

npm install string-to-hex-color

Usage

var stringToHexColor = require('string-to-hex-color');
console.log( stringToHexColor('Teemo') ) // [ '#9628cf', '#FFFFFF' ]

License

MIT

About

🐨 Converts string to hex color

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published