Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/austintgriffith/react-blockies-image
React Component for Generating Identicons with Profile Images
https://github.com/austintgriffith/react-blockies-image
blockies identicon identicon-images identity react
Last synced: 16 days ago
JSON representation
React Component for Generating Identicons with Profile Images
- Host: GitHub
- URL: https://github.com/austintgriffith/react-blockies-image
- Owner: austintgriffith
- License: mit
- Created: 2018-03-10T14:49:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T18:05:19.000Z (over 6 years ago)
- Last Synced: 2024-10-13T23:07:41.452Z (about 1 month ago)
- Topics: blockies, identicon, identicon-images, identity, react
- Homepage:
- Size: 1.05 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Blockies Image
An Extension of React-Blockies: https://github.com/AugurProject/react-blockies
Which is a simple port of https://github.com/alexvandesande/blockies
# Purpose
Works just like react-blockies, but allows for optional parameters to include an image that will have an identicon border for identity verification.
This is useful for projects like https://github.com/gitcoinco/ethavatar where you want to replace your "identicon" with an image, but you want *some* procedurally generated data to verify identity.
# Example:
Works just like normal react-blockies:
```javascript
import Blockies from 'react-blockies-image';```
![Example 1](/example1.png?raw=true "Example 1")But you can give it a size, border, and image too:
```javascript
import Blockies from 'react-blockies-image';```
![Example 2](/example2.png?raw=true "Example 2")