danalloway / react-country-flag

React component for emoji/svg country flags.
https://danalloway.github.io/react-country-flag/
MIT License
255 stars 43 forks source link

feat: add "rectangle" and "square" support as component prop #60

Closed serdargokhan closed 1 year ago

serdargokhan commented 1 year ago

Description

This feature provides to use of the component with a shape prop which is optional and set default to "rectangle". After this implementation, providing cdnUrl prop will no longer be necessary.

Type of change