name-to-hex-color

https://b13oleksandr.github.io/name-to-hex-color-demo/

Usage no npm install needed!

<script type="module">
  import nameToHexColor from 'https://cdn.skypack.dev/name-to-hex-color';
</script>

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