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
/
types.d.ts
11 lines
•
281 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
type
BloImage
= [
BloImageData
,
Palette
];
export
type
BloImageData
=
Uint8Array
;
export
type
Palette
= [
Hsl
,
Hsl
,
Hsl
];
export
type
PaletteIndex
=
0
|
1
|
2
;
export
type
Hsl
=
Uint16Array
;
export
type
Address
=
`0x
${
string
}
`
;
//# sourceMappingURL=types.d.ts.map