UNPKG

blo

Version:

blo is a small and fast library to generate Ethereum identicons.

3 lines 145 B
import type { Address } from "./types.js"; export declare function svg(address: Address, size: number): string; //# sourceMappingURL=svg.d.ts.map