itsthatguy / avatars-api-middleware

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

Difference between generated and result of link on the website #105

Closed uy-rrodriguez closed 2 years ago

uy-rrodriguez commented 4 years ago

Dear all,

I was trying out the library on your website https://api.adorable.io/ and the result of using the embedded tool is different when directly opneing the generated link. For e.g. the result for abott@adorable.io is a pink-ish face, whereas https://api.adorable.io/avatars/285/abott@adorable.png draws a completely different yellow-ish avatar.

Is it a problem on versions?

rylnd commented 3 years ago

Hey @uy-rrodriguez ! I believe the difference here is due to the value being different: your first example is using abott@adorable.io, while the second is using abott@adorable (I believe the .png is excluded, but it's been a while 😅).