ua-parser-js icon indicating copy to clipboard operation
ua-parser-js copied to clipboard

Adding icons of each browser and os

Open loviuz opened this issue 1 year ago • 0 comments
trafficstars

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 :-)

loviuz avatar Apr 01 '24 21:04 loviuz