Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akoppela/elm-logo

SVG Elm Logo
https://github.com/akoppela/elm-logo

Last synced: about 2 months ago
JSON representation

SVG Elm Logo

Awesome Lists containing this project

README

        

# Svg Elm logo

This small package contains helper functions to view Elm logo on your website. The implementation of Elm logo is done with SVG.
It can be used with [`Html`][html], [`Svg`][svg] or [`Style Elements`][style-elements] packages. Any [feature requests][issues] are welcome.

[html]: http://package.elm-lang.org/packages/elm-lang/html/latest
[svg]: http://package.elm-lang.org/packages/elm-lang/svg/latest
[style-elements]: http://package.elm-lang.org/packages/mdgriffith/stylish-elephants/latest
[issues]: https://github.com/akoppela/elm-logo/issues

To see it in action please check [`examples`][examples] folder.

[examples]: https://github.com/akoppela/elm-logo/tree/master/examples