@likecoin/ethereum-blockies

0.1.2 • Public • Published

Blockies

Fork of https://github.com/MyEtherWallet/blockies transpiled to es2015

Original README

A tiny library for generating blocky identicons.

Sample blockies image

Demo page

Use

import {toDataUrl} from 'blockies';

const img = new Image() ;
img.src = blockies.toDataUrl('0x7cB57B5A97eAbe94205C07890BE4c1aD31E486A8');

document.body.appendChild(img);

Goals

No DOM dependencies, same rendering result as MEW v3.

Non Goals

Speed. Size.

License

WTFPL

Dependents (0)

Package Sidebar

Install

npm i @likecoin/ethereum-blockies

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

75.2 kB

Total Files

11

Last publish

Collaborators

  • aurora22
  • nwingt
  • williamchong007