UNPKG
text-hex
Version:
latest (1.0.0)
1.0.0
0.0.0
Generate a hex color from the given text
github.com/3rd-Eden/text-hex
3rd-Eden/text-hex
text-hex
/
README.md
21 lines
(13 loc)
•
197 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# text-hex
Transforms a
given
piece of text to a
hex
color.
## Install
``
` npm install text-hex `
``
## Usage
``
`js var hex = require('text-hex'); console.log(hex('foo')); `
``
## License
MIT