mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-25 10:31:01 +00:00
3ce8b5bd35
* Remove /index imports (swap to bare) * Bump api & common
@polkadot/ui-identicon/beachball
Adapted from Jazzicon by Dan Finlay with the following changes -
- Random values now is read from the Uint8Array supplied (as opposed to having the seed as a number). This allows us to give an publicKey/address as an input and use those values in the pattern generation.
- Upgrade to the underlying color library
- Generate circles as shapes (instead of rectangles)
- Interface updated to take in optional className & style
- Update everywhere to use ES6
- Split source into self-contained functions (TODO: future testing)
- Everything has been updated to use flow
- Test the library functions
- Copyright headers added (original also under Apache-2.0)
Usage
Also see src/demo.js for a randomly generated example.