Files
pezkuwi-ui/packages/ui-shared/src/icons/beachball
Jaco 22c8d7ac0c Bump to TS 5.0 (#737)
* Bump to TS 5.0

* Adjust global dev-test imports
2023-03-17 07:58:03 +02:00
..
2023-03-17 07:58:03 +02:00
2023-03-17 07:58:03 +02:00
2023-03-17 07:58:03 +02:00
2023-03-17 07:58:03 +02:00
2023-01-01 10:21:18 +02:00
2023-03-13 14:56:04 +02:00
2023-03-09 10:43:31 +02:00
2023-03-17 07:58:03 +02:00
2023-01-01 10:21:18 +02:00
2023-03-17 07:58:03 +02:00
2023-01-01 10:21:18 +02:00

@polkadot/ui-shared/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