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
/
svg.d.ts
3 lines
•
145 B
TypeScript
View Raw
1
2
3
import
type
{
Address
}
from
"./types.js"
;
export
declare
function
svg
(
address
:
Address
,
size
:
number
):
string
;
//# sourceMappingURL=svg.d.ts.map