Skip to content

hendore/elm-adorable-avatars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elm-adorable-avatars

Simple, elegant and adorable avatars provided by http://avatars.adorable.io.

example avatar

Installing

elm-package install hendore/elm-adorable-avatars

Basic Usage

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%" ) ]

Maintainers

This package is maintained by

Thanks

This package would be useless without Adorable Avatars.

So thanks to all those behind that service for making elm-adorable-avatars possible.

License

The source code for this package is released under the terms of the BSD3 license. See the LICENSE file.

About

Elm library for adding simple, elegant and adorable avatars provided by http://avatars.adorable.io

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages