1.0.1 • Published 5 years ago
name-to-hex-color v1.0.1
Demo
https://b13oleksandr.github.io/name-to-hex-color-demo/
Install
npm i name-to-hex-coloryarn add name-to-hex-colorUsage
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')