[Issue] Add a recommended example of alternative text to the README.
Check for duplicates
- [X] Checked
Comment
I've been observing a trend since yesterday that your logo is now being used on each of our official sites(React, Hono, ElysiaJS). In this issue, I propose to include recommended alternative text for logos before they are used on various sites in the README.
The intention is to reduce the instances where alternative text is forgotten on various sites and social media platforms (Vue.js site has a different logo but doesn't include alternative text!). Additionally, if there's a recommended text from the official sources, it is expected that it can be uniformly used across various platforms.
I imagine simply listing recommended usage examples in the README like the following:
## Recommended alternative text
<!-- Example alternative text -->
<img src="service-logo.png" alt="service logo by @SAWARATSUKI">
I would like to see the logo be able to be used with alternative text, but I think it is up to the author, @SAWARATSUKI, to decide on the recommended alternative text 👍🏼