faisalman / ua-parser-js

"Unmask Your Traffic" - UAParser.js: The Essential Web Development Tool for User-Agent Detection
https://uaparser.dev/
GNU Affero General Public License v3.0
9.28k stars 1.19k forks source link

Adding icons of each browser and os #719

Closed loviuz closed 1 month ago

loviuz commented 7 months ago

Is your feature request related to a problem? Please describe. I would print the browser name and os name with its own icons.

Describe the solution you'd like I think that this library should contains all main icons for browsers and os.

Describe alternatives you've considered The alternative is to implement this feature manually.

Additional context This library could comes with default icons, and its name could be added in the resulting json:

{
  "name": "Firefox",
  "version": "124.0",
  "major": "124",
  "icon": "firefox.png"
}

If this can be an interesting feature, I could be added by me with a pull request, but I do not want to spend time if this feature will not be added in the main repository.

Thanks in advance :-)

shutter-codes commented 1 month ago

Hey I want to work on this issue. Can you please assign this to me.

loviuz commented 1 month ago

Wonderful! 🔥