For "Initials" style, Can we have seed and initials separate? #524
dinbtechit
started this conversation in
Ideas
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For "Initials" style, Can we have seed and initials separate?
example, I want the seed to be calculated based of
emailIdwhich is unique in my system. Whereas, I want the first and lastname as the initials.Beta Was this translation helpful? Give feedback.
All reactions