Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akoppela/elm-logo
- Owner: akoppela
- License: bsd-3-clause
- Created: 2018-01-20T02:27:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T06:58:00.000Z (about 6 years ago)
- Last Synced: 2023-08-08T20:37:48.774Z (over 1 year ago)
- Language: Elm
- Homepage: https://package.elm-lang.org/packages/akoppela/elm-logo/latest/
- Size: 7.81 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/issuesTo see it in action please check [`examples`][examples] folder.
[examples]: https://github.com/akoppela/elm-logo/tree/master/examples