1.0.0 • Published 4 years ago

blockies-ts v1.0.0

Weekly downloads
188
License
MIT
Repository
github
Last release
4 years ago

blockies-ts

Typescript version of Ethereum blockies by alexvansande

Usage

import * as blockies from 'blockies-ts';

const address = '0x8B7B2b4F7A391b6f14A81221AE0920a9735B67Fc';
const imgSrc = blockies.create({ seed: address }).toDataURL();

// assign imgSrc to an img tag