For "Initials" style, Can we have seed and initials separate? #524
Answered
by
FlorianKoerner
dinbtechit
asked this question in
Q&A
-
|
For "Initials" style, Can we have seed and initials separate? example, I want the seed to be calculated based of |
Beta Was this translation helpful? Give feedback.
Answered by
FlorianKoerner
May 5, 2026
Replies: 1 comment 1 reply
-
|
Hi @dinbtechit You can use this pattern: const avatar = createAvatar("initials", {
seed: '<text>@<seed>', // DS@dicebeariscool@example.com
});
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
FlorianKoerner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi @dinbtechit
You can use this pattern: