country-code-to-flag-emoji icon indicating copy to clipboard operation
country-code-to-flag-emoji copied to clipboard

A function that returns a flag emoji given IETF language tag.

npm downloads CI tested with jest

Country-Code-to-Flag-Emoji

A function that returns a flag emoji given IETF language tag.

tl;dr

  • Install by executing npm install country-code-to-flag-emoji or yarn add country-code-to-flag-emoji.
  • Import by adding import countryCodeToFlagEmoji from 'country-code-to-flag-emoji'.
  • Do stuff with it!
    countryCodeToFlagEmoji('pl'); // 🇵🇱
    

Accepted formats

Examples

> countryCodeToFlagEmoji('pl');
< '🇵🇱'

> countryCodeToFlagEmoji('hu-HU');
< '🇭🇺'

License

The MIT License.

Author

Wojciech Maj
[email protected]
https://wojtekmaj.pl