Note: This repo is an update to work with elm 0.19.
A library to parse String to SVG.
Normally parse
is the only function you need.
import SvgParser exposing (parse)
parse "<svg xmlns=\"http://www.w3.org/2000/svg\"></svg>" : Result String (Html msg)