pub fn embed_avatars(
contributors: &mut [Contributor],
client: &GhClient,
size: u32,
verbose: bool,
)Expand description
Replace remote avatar URLs with embedded data URIs so the outputs are fully self-contained (and render in places that block remote images).