Skip to content

b13oleksandr/name-to-hex-color

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published