UNPKG
blo
Version:
latest (2.0.0)
2.0.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
blo is a small and fast library to generate Ethereum identicons.
github.com/bpierre/blo
bpierre/blo
blo
/
dist
/
types
/
image.d.ts
4 lines
•
214 B
TypeScript
View Raw
1
2
3
4
import
type
{
Address
,
BloImage
,
Hsl
}
from
"./types.js"
;
export
declare
function
image
(
address
:
Address
):
BloImage
;
export
declare
function
randomColor
(
rseed
:
Uint32Array
):
Hsl
;
//# sourceMappingURL=image.d.ts.map