Group4Layers / ex_image_info

ExImageInfo is an Elixir library to parse images (binaries) and get the dimensions (size), detected mime-type and overall validity for a set of image formats. It is the fastest and supports multiple formats.
https://hex.pm/packages/ex_image_info
Other
95 stars 4 forks source link

Remove `config.exs` it is not necessary #6

Closed warmwaffles closed 11 months ago

warmwaffles commented 11 months ago

The config.exs is not necessary for this library. It also is emitting warnings for use Mix.Config when it is preferable to import Mix.Config now.