README.md
# CozySVG
[![CI](https://github.com/cozy-elixir/cozy_svg/actions/workflows/ci.yml/badge.svg)](https://github.com/cozy-elixir/cozy_svg/actions/workflows/ci.yml)
[![Hex.pm](https://img.shields.io/hexpm/v/cozy_svg.svg)](https://hex.pm/packages/cozy_svg)
A tiny and fast library to compile and render SVG files.
## Installation
Add `:cozy_svg` to the list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:cozy_svg, <requirement>}
]
end
```
## Usage
For more information, see the [documentation](https://hexdocs.pm/cozy_svg).
## License
Apache License 2.0