Files
pezkuwi-ui/packages/ui-identicon/src/beachball
Jaco Greeff 3ce8b5bd35 Remove /index imports (swap to bare) (#92)
* Remove /index imports (swap to bare)

* Bump api & common
2019-03-14 09:42:53 +01:00
..
2019-02-27 11:18:35 +01:00
2019-02-27 11:18:35 +01:00
2019-02-27 11:18:35 +01:00
2019-01-04 16:58:22 +01:00
2019-01-04 16:58:22 +01:00
2019-02-27 11:18:35 +01:00
2019-01-04 16:58:22 +01:00
2018-12-05 11:35:28 +01:00
2019-01-04 16:58:22 +01:00
2019-02-27 11:18:35 +01:00

@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.

demo