Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bchainhub/blockies

Blocky identicons
https://github.com/bchainhub/blockies

blockies core-blockchain

Last synced: about 10 hours ago
JSON representation

Blocky identicons

Awesome Lists containing this project

README

        

# Blockies

A tiny library for generating blocky identicons.

![Sample blockies image](samples/sample.png)

## Use

```javascript
import {toDataUrl} from 'blockies';

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

document.body.appendChild(img);
```

## License

[CORE License](LICENSE)