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

Latest commit

 

History

History
20 lines (12 loc) · 345 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 345 Bytes

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