4.0.0 • Published 8 months ago
@svelte-put/avatar v4.0.0
@svelte-put/avatar
Svelte Avatar
component and utilities for building avatars with builtin supports for Gravatar and UI Avatar.
svelte-put
This package is part of the @svelte-put family. For contributing guideline and more, refer to its readme.
Usage & Documentation
See the dedicated documentation page here.
Quick Start
<script>
import Avatar from '@svelte-put/avatar/Avatar.svelte';
let { id, email, firstName, lastName } = $props();
</script>
<Avatar
src="https://your.api/avatar/{id}"
gravatar="{email}"
uiAvatar="{firstName}+{lastName}"
fallback="https://your.api/avatar/default"
/>
Changelog
4.0.0
8 months ago
4.0.0-next.0
1 year ago
4.0.0-next.5
10 months ago
4.0.0-next.4
11 months ago
4.0.0-next.3
12 months ago
4.0.0-next.2
12 months ago
3.0.1
1 year ago
3.0.0
2 years ago
2.0.2
2 years ago
2.0.1
2 years ago
2.0.0
2 years ago
1.0.16
2 years ago
1.0.15
2 years ago
1.0.9
3 years ago
1.0.11
3 years ago
1.0.10
3 years ago
1.0.14
3 years ago
1.0.13
3 years ago
1.0.12
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago
0.0.1
3 years ago