Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 575 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 575 Bytes

CozySVG

CI Hex.pm

A tiny and fast library to compile and render SVG files.

Installation

Add :cozy_svg to the list of dependencies in mix.exs:

def deps do
  [
    {:cozy_svg, <requirement>}
  ]
end

Usage

For more information, see the documentation.

License

Apache License 2.0