eightyfour / string-to-color

Generates a color code from a string - supports rgba and hex format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

string-to-color

Generates a color code from a string - supports rgba and hex format

convert string to HEX

stringToColor.convertHex('convertSampleText') // > "#0c15cd"

convert string to RGBA

stringToColor.convertRGBA('convertSampleText',.3) // > "rgba(12,21,205,0.3)"

About

Generates a color code from a string - supports rgba and hex format

License:MIT License


Languages

Language:JavaScript 100.0%