Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bchainhub/blockies
- Owner: bchainhub
- License: other
- Created: 2019-05-28T16:13:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T16:13:00.000Z (over 2 years ago)
- Last Synced: 2023-10-23T19:20:16.089Z (about 1 year ago)
- Topics: blockies, core-blockchain
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)