← All plugins
Avatar
User avatars with stable identity colors.
pnpm add @edv4h/usketch-plugin-avatar Overview
Avatar is part of the uSketch first-party plugin set. Install it alongside your uSketch app and it self-registers on startup.
Usage
import { createApp } from "@edv4h/usketch-core";
import { AvatarPlugin } from "@edv4h/usketch-plugin-avatar";
const app = createApp({
plugins: [
AvatarPlugin,
],
});