how could it work with remotely fetched assets? #371
-
Beta Was this translation helpful? Give feedback.
Answered by
FlorianKoerner
Sep 19, 2023
Replies: 1 comment 2 replies
-
Maybe a fork of the dicebear/api that only provides your avatar style. Then you could read the schema.json (e.g. https://api.dicebear.com/7.x/adventurer/schema.json) and provide the corresponding avatar options and the created avatar. But that would be an online-first approach. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
FlorianKoerner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe a fork of the dicebear/api that only provides your avatar style. Then you could read the schema.json (e.g. https://api.dicebear.com/7.x/adventurer/schema.json) and provide the corresponding avatar options and the created avatar. But that would be an online-first approach.