1.0.1 • Published 3 years ago

@rtcoder/string-to-color v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years 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

3 years ago

1.0.0

3 years ago