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: 2 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T18:05:19.000Z (over 7 years ago)
- Last Synced: 2025-03-18T13:02:56.483Z (3 months 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';```
But you can give it a size, border, and image too:
```javascript
import Blockies from 'react-blockies-image';```
