Alternative to low-resolution Stack Exchange flair images, with new, beautiful SVG badges. Example:
vs.
Insert the dynamic image in your markdown, as in:
![My flair](https://stackexchange-stats-flair.juanmi.rocks/?site=stackoverflow&user_id=YOUR_USER_ID)
alternatively, in HTML:
<!-- You might set specific dimensions with the `width`/`height` attributes; https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#height -->
<img alt="My flair" height="58vw" src="https://stackexchange-stats-flair.juanmi.rocks/?site=stackoverflow&user_id=YOUR_USER_ID" />
URL query parameters:
site
(Optional; defaults tostackoverflow
) a site's identifier in the Stack Exchange (SE) network; see list.user_id
: your user id in the chosen network (visible for example in your profile's URL).theme
(Optional) see below.
Copyright 2023 Dr. Juan Miguel Cejuela
SPDX-License-Identifier: Apache-2.0