name-to-hex-color
v1.0.1
Published
https://b13oleksandr.github.io/name-to-hex-color-demo/
Downloads
4
Maintainers
Readme
Demo
https://b13oleksandr.github.io/name-to-hex-color-demo/
Install
npm i name-to-hex-color
yarn add name-to-hex-color
Usage
import { nameToHexColor } from 'name-to-hex-color'
const color = nameToHexColor('Bender Bending Rodríguez')
In Node.js:
const { nameToHexColor } = require('name-to-hex-color')
const color = nameToHexColor('Bender Bending Rodríguez')