Skip to content

Typescript version of Ethereum blockies

License

Notifications You must be signed in to change notification settings

0xLaplace/blockies-ts

 
 

Repository files navigation

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

About

Typescript version of Ethereum blockies

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 92.7%
  • JavaScript 7.3%