ash-jc-allen / favicon-fetcher

A Laravel package for fetching favicons from websites.
MIT License
167 stars 13 forks source link

Possibility to convert ico to png image #9

Closed marispro closed 2 years ago

marispro commented 2 years ago

Hello,

just idea that would be nice to have image file to display on html page. Or is it possible already somehow?

ash-jc-allen commented 2 years ago

Hey @marispro!

Unfortunately, there isn't any functionality included in this package to convert .ico files to .png.

But, as far as I'm aware, I think most modern browsers now can display .ico files in <img> elements 😄

marispro commented 2 years ago

@ash-jc-allen Thats good to know, browsers really displaying ico file, it solves for now. Thanks :)