Export a chord voicing to SVG
{ height : Basics.Int
, width : Basics.Int
, hPaddingPct : Basics.Float
, vPaddingPct : Basics.Float
, minFrets : Basics.Int
}
Contains options to customize SVG.
height
: relative height within svg viewboxwidth
: relative width within svg viewboxhPaddingPct
: percentage of width to use as horizontal paddingvPaddingPct
: percentage of height to use as vertical paddingminFrets
: minimum number of frets to display in a chartview : String -> Chords.Voicing -> Svg msg
Render a chord voicing and a label to SVG.
viewWith : Config -> String -> Chords.Voicing -> Svg msg
Render a chord voicing and a label to SVG passing along customizations.