# `Flagpack.Helpers`
[🔗](https://github.com/Flo0807/flagpack_elixir/blob/main/lib/helpers.ex#L1)

# `country_name_by_alpha`

Finds a country by its alpha2 or alpha3 code.

# `templatize_ids`

Finds all `id` attributes in an SVG and adds an `@id` suffix to ensure that multiple instances
of the same flag can be rendered on a page without ID conflicts. It also updates all references
to those IDs (in `mask`, `fill`, and `filter` attributes).

---

*Consult [api-reference.md](api-reference.md) for complete listing*
