Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

bchainhub/blockies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockies

A tiny library for generating blocky identicons.

Sample blockies image

Use

import {toDataUrl} from 'blockies';

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

document.body.appendChild(img);

License

CORE License