question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hey there!

This library looks amazing and I’m about to implement it into a project now. Any chance you’d be interested in having an avatar generated given a seed phrase? It could look something like this:

<Avatar seed="[some-random-string]" />

Any time Avatar received that seed string it would output the same avatar, similar to the way you can replicate Minecraft worlds by providing it with the same seed phrase upon generation.

Awesome work and thanks for building this!!

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:3
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
FlorianKoernercommented, Jan 30, 2019

You could use https://avatars.dicebear.com. Support for avatars has been added recently.

1reaction
FlorianKoernercommented, Oct 21, 2020

@jay-khatri

You can also use DiceBear Avatars without HTTP API / Web Request. You just have to install the NPM packages. See: https://github.com/DiceBear/avatars/tree/v4/packages/avatars-avataaars-sprites#npm

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python Random seed() Method - W3Schools
The seed() method is used to initialize the random number generator. The random number generator needs a number to start with (a seed...
Read more >
Random seed - Wikipedia
A random seed (or seed state, or just seed) is a number (or vector) used to initialize a pseudorandom number generator. For a...
Read more >
random.seed( ) in Python - GeeksforGeeks
Seed function is used to save the state of a random function, so that it can generate same random numbers on multiple executions...
Read more >
Python random.seed() function to initialize the pseudo-random ...
The seed value is a base value used by a pseudo-random generator to produce random numbers. The random number or data generated by...
Read more >
random — Generate pseudo-random numbers — Python 3.11 ...
Source code: Lib/random.py This module implements pseudo-random number generators ... Changed in version 3.11: The seed must be one of the following types: ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found