@lifi/widget
Version:
LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.
7 lines (5 loc) • 315 B
text/typescript
const borderWidthPx = 2.5
// 14% is the right bottom offset of the MUI's badge (MuiBadge-badge class)
export const getAvatarMask = (badgeSize: number) => {
return `radial-gradient(circle ${badgeSize / 2 + borderWidthPx}px at calc(100% - 14%) calc(100% - 14%), #fff0 96%, #fff) 100% 100% / 100% 100% no-repeat`
}