UNPKG
string-to-color
Version:
latest (2.2.2)
2.2.2
2.2.1
2.2.0
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.0.1
2.0.0
1.0.1
1.0.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Generates color from any string or any object
github.com/Gustu/string-to-color
Gustu/string-to-color
string-to-color
/
index.d.ts
3 lines
•
87 B
TypeScript
View Raw
1
2
3
declare
module
'string-to-color'
{
export
default
function
stc
(
input
:
any
):
string
; }