MCPcopy
hub / github.com/nusu/avvvatars / Params

Interface Params

src/index.tsx:84–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83type Style = 'character' | 'shape'
84interface Params
85{
86 displayValue?: string
87 // this should be unique to user, it can be email, user id, or full name
88 value: string
89 size?: number
90 shadow?: boolean
91 style?: Style
92
93 // toggle border
94 border?: boolean
95 borderSize?: number
96 borderColor?: string
97 radius?: number
98}
99
100export default function Avvvatars(params: Params)
101{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected