@xyo-network/react-chain-blockies
v1.19.12
Published
XYO Layer One React SDK Blockies
Keywords
Readme
@xyo-network/react-chain-blockies
XYO Layer One React SDK Blockies
Reference
@xyo-network/react-chain-blockies
Interfaces
- BlockiesAccountProps
- BlockiesAvatarProps
- BlockiesAvatarAddressProps
- BlockiesAvatarAddressApprovedProps
- BlockiesOptions
Variables
Functions
functions
buildOpts
@xyo-network/react-chain-blockies
function buildOpts(opts): BlockiesOptions;Parameters
opts
Partial<BlockiesOptions>
Returns
createIcon
@xyo-network/react-chain-blockies
function createIcon(opts): HTMLCanvasElement;Parameters
opts
Partial<BlockiesOptions>
Returns
HTMLCanvasElement
renderIcon
@xyo-network/react-chain-blockies
function renderIcon(opts, canvas): HTMLCanvasElement;Parameters
opts
Partial<BlockiesOptions>
canvas
HTMLCanvasElement
Returns
HTMLCanvasElement
interfaces
BlockiesAccountProps
@xyo-network/react-chain-blockies
Extends
Partial<BlockiesOptions>
Properties
bgcolor?
optional bgcolor: string;Inherited from
color?
optional color: string;Inherited from
scale?
optional scale: number;Inherited from
seed?
optional seed: string;Inherited from
size?
optional size: number;Inherited from
spotcolor?
optional spotcolor: string;Inherited from
BlockiesAvatarAddressApprovedProps
@xyo-network/react-chain-blockies
Extends
Properties
address?
optional address: string;The Address to display
Inherited from
BlockiesAvatarAddressProps.address
borderSizeFactor?
optional borderSizeFactor: number;Size of the border is the size prop * borderSizeFactor and rounded up
Inherited from
BlockiesAvatarAddressProps.borderSizeFactor
size?
optional size: number;The size of the avatar in pixels, defaults to 24
Inherited from
BlockiesAvatarAddressProps.size
approved?
optional approved: boolean;Whether to show the approved badge
badgeVariant?
optional badgeVariant: OverridableStringUnion<"standard" | "dot", BadgePropsVariantOverrides>;BlockiesAvatarAddressProps
@xyo-network/react-chain-blockies
Extends
AvatarProps
Extended by
Properties
address?
optional address: string;The Address to display
borderSizeFactor?
optional borderSizeFactor: number;Size of the border is the size prop * borderSizeFactor and rounded up
size?
optional size: number;The size of the avatar in pixels, defaults to 24
BlockiesAvatarProps
@xyo-network/react-chain-blockies
Extends
AvatarProps
Properties
blockiesOptions?
optional blockiesOptions: Partial<BlockiesOptions>;BlockiesOptions
@xyo-network/react-chain-blockies
Properties
bgcolor
bgcolor: string;color
color: string;scale
scale: number;seed
seed: string;size
size: number;spotcolor
spotcolor: string;variables
BlockiesAccount
@xyo-network/react-chain-blockies
const BlockiesAccount: React.FC<BlockiesAccountProps>;BlockiesAvatar
@xyo-network/react-chain-blockies
const BlockiesAvatar: React.FC<BlockiesAvatarProps>;BlockiesAvatarAddress
@xyo-network/react-chain-blockies
const BlockiesAvatarAddress: React.FC<BlockiesAvatarAddressProps>;BlockiesAvatarAddressApproved
@xyo-network/react-chain-blockies
const BlockiesAvatarAddressApproved: React.FC<BlockiesAvatarAddressApprovedProps>;Maintainers
License
See the LICENSE file for license details

