Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 295 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 295 Bytes

Blockies

A tiny library for generating identicons for Ethereum addresses or from strings.

Sample mushi images

Use

  let icon = createIcon({
      text: "",
      pxSize: 5
      });

document.body.appendChild(icon); // icon is a canvas element