@rtcoder/string-to-color
v1.0.1
Published
A library to convert any string to hex color
Readme
String to color
A library to convert any string to hex color
Installation
npm i @rtcoder/string-to-colorUsage
import {stringToColor} from "@rtcoder/string-to-color";
const color = stringToColor('Lorem ipsum dolor sit amet');Interface
function stringToColor(str: string): string;