Custom avatars for your next Svelte project.
Put a face to your name.
Shows what's currently being edited. This state is persisted in localStorage.
avatarStore.svgDataUrl
avatarStore.bgClass
avatarStore.config.username
avatarStore.config.colorName
avatarStore.config.lastModified
Core avatar configuration stored as serialized JSON. This data powers the editor interface, live previews, and version history. Managed through PersistedState(opens in new tab) and synced with localStorage.