-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List of all possible avatar option variants per type. #4
Comments
+1 |
This would be enormously helpful. @nosovsh did you ever get to developing the hardcoded object? |
yes, I've implemented it. will make a pr today |
There you go:
|
That above comment is incomplete, here's one that includes the short hair options:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see that generator uses quite complicated logic with context to get list of all possible variants for each avatar prop. Is there any reason behind that? Is it possible to get simple object of all possible variants per prop? something like:
It will simplify creation of custom generators. I can make a PR with hardcoded object if there is not better way to do it.
The text was updated successfully, but these errors were encountered: