-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Flags of different country? #8
Comments
Hi! You can try adding flags by using the "Custom text" paramter. Does that solve the issue? |
Is there any particular syntax for that? Can you give an example? |
You can head over to https://madewithlove.now.sh and generate your badge. There you'll find the "Custom text" input where you can add the flag and country name yourself :). |
It works for other emojis but not for flags. It will show letters instead 'IN' instead of the flag. I think these kinds of emojis are not supported. |
That's surprising and disappointing. It definitely has to do with how the badge generator handles zero-width characters that allow to make a. combinational emoji, like flags. If this is the case, I don't think it's possible to add flags. |
Onl a closer look at this issue, badges/shields#3638 (comment) provides an interesting approach which might even work - though this wil call for changing the layout around a bit. |
I added the India flag to the badge. It looks good now. |
I had to get the SVG of the country flag and then convert it to base64 encoding and then add this to the shield. This is a lot of work. Instead, we can add this as a new feature for this project. Can we do this? |
Definitely it's possible. As mentioned in the linked comment, we can take a look at this repo: https://www.npmjs.com/package/svg-country-flags to get the svg of the flag, with appropriate height settings. Do you want to take this up? |
I am not that good at node.js. I can try adding this feature. Is there any other way to contact you? Your LinkedIn account maybe. |
Perhaps, Telegram? https://t.me/plibither8 |
Okay thanks |
Is it possible to add Flags of different countries along with their country name?
The text was updated successfully, but these errors were encountered: