Garados007/elm-svg-parser - version: 1.1.2

for more information visit the package's GitHub page

Package contains the following modules:

elm-svg-parser

Note: This repo is an update to work with elm 0.19.

A library to parse String to SVG.

Build Status Elm package

Parse

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)