Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
LICENSE | 1985-10-26 08:15 | 1.1K | ||
README.md | 1985-10-26 08:15 | 197 | d7c1522 post receive test [كارل مبارك] | |
index.js | 1985-10-26 08:15 | 477 | ||
test.js | 1985-10-26 08:15 | 291 | ||
package.json | 2023-06-15 18:21 | 1.4K |
# 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