Avatar Widget (avatar)
The Avatar widget renders a framed developer photo clipped with configurable corner radius and a signature neon accent border.
Configuration Schema
'avatar' | 'url' | 'upload'
default:"avatar"
Selects whether to use the GitHub account avatar (
avatar), a custom image URL (url), or an uploaded base64 data string (upload).string
Remote HTTPS image URL when
sourceType is set to url.string
Base64 image string (
data:image/png;base64,...) when sourceType is set to upload.