Simple, elegant and adorable avatars provided by http://avatars.adorable.io.
elm-package install hendore/elm-adorable-avatars
module Main exposing (..)
import Html.Attributes
import AdorableAvatars
main =
let
size =
128
identifier =
"elm-adorable-avatars"
in
AdorableAvatars.img [ Html.Attributes.style avatarStyle ] size identifier
avatarStyle =
[ ( "borderRadius", "50%" ) ]
This package is maintained by
This package would be useless without Adorable Avatars.
So thanks to all those behind that service for making elm-adorable-avatars
possible.
The source code for this package is released under the terms of the BSD3
license. See the LICENSE
file.