itsthatguy / avatars-api-middleware

The express middleware for our avatars service
http://avatars.adorable.io
Other
749 stars 96 forks source link

Choose color #39

Closed interaminense closed 8 years ago

interaminense commented 8 years ago

Can I choose a color? how can I do?

bigtiger commented 8 years ago

There is but only if you choose each item:

/avatars/face/:eyes/:nose/:mouth/:color

Does this fit your needs or no?

interaminense commented 8 years ago

Bigtiger thanks for answering,

I do not know how to fill the color, example:

/avatars/face/eyes1/nose1/mouth1/:color

bigtiger commented 8 years ago

Ahh! It takes a hex code. Like FFFFFF (White) 000000 (Black) or FF0000 Red

interaminense commented 8 years ago

That's it!! Thank you so much!

bigtiger commented 8 years ago

Aww Yiss!