3rd-Eden / text-hex

Create a hash from a string of text and transforms it to a color

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

text-hex

Transforms a given piece of text to a hex color.

Install

npm install text-hex

Usage

var hex = require('text-hex');
console.log(hex('foo'));

License

MIT

About

Create a hash from a string of text and transforms it to a color

License:MIT License


Languages

Language:JavaScript 100.0%