Show HN: Default Avatar Generator
2 points| pas256 | 7 months ago |github.com
The result is this little gem. It randomly chooses from a set of backgrounds, colors and head shapes, and put a letter on the generated avatar. This should be enough combinations so the change of users getting the same avatar generated is next to zero. It can produce SVGs or JPEGs, depending on your use case. More styles can be added somewhat easily.
I'm already using it for https://magicell.com/ and haven't seen any duplicates.
I am very open to feedback on this so please let me know what you think.
gus_massa|7 months ago
Also, I get an error when I go to magicell.
pas256|7 months ago
The background code chooses from one of the background SVGs (gradients in different directions with color placeholders) and then selects colors to put into the SVG. The whole things is meant to be easy to extend to fit your needs.
My understanding with Gravatar is that your email is hashed in order to select an avatar you have already uploaded, but is not used in customizing the avatar. Is that right?
What did you have in mind?
Also, what error do you get on Magicell? There are some geo-restrictions in place, so I am curious what you saw. Thanks!