1.0.1 • Published 3 years ago

name-to-hex-color v1.0.1

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

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')