11ty / api-indieweb-avatar

Return an optimized avatar image from a domain name input.
https://v1.indieweb-avatar.11ty.dev/
65 stars 11 forks source link

Additional support for Apple’s `precomposed` icon options #5

Closed zachleat closed 2 years ago

zachleat commented 2 years ago

via https://mathiasbynens.be/notes/touch-icons and @nhoizey

also optionally support root directory lookups for:


    apple-touch-icon-57x57-precomposed.png
    apple-touch-icon-57x57.png
    apple-touch-icon-precomposed.png
    apple-touch-icon.png

though that seems unlikely as additional HTTP requests here are not ideal

nhoizey commented 2 years ago

I think apple-touch-icon.png is enough here, but maybe some deep dive into httparchive data can help see which are used the most.