Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paramander/elm-hexagon


https://github.com/paramander/elm-hexagon

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# elm-hexagon

Create svg hexagons with rounded corners in Elm.

Example:

```
main : Svg msg
main =
svg [ viewBox "0 0 500 500", height "500", width "500" ]
[ svgHexagon [fill "#000000"] <| hex (p 250 250) 15 125
]
```