1.0.1 • Published 11 months ago

@rtcoder/string-to-color v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

String to color

A library to convert any string to hex color

Installation

npm i @rtcoder/string-to-color

Usage

import {stringToColor} from "@rtcoder/string-to-color";

const color = stringToColor('Lorem ipsum dolor sit amet');

Interface

function stringToColor(str: string): string;
1.0.1

11 months ago

1.0.0

11 months ago