Safe Haskell | None |
---|---|
Language | Haskell2010 |
Graphics.Badge.Barrier
Contents
- class Badge a
- flat :: Flat
- flatSquare :: FlatSquare
- plastic :: Plastic
- renderBadge :: Badge b => b -> Text -> Text -> ByteString
- class HasLeftColor a where
- class HasRightColor a where
- module Graphics.Badge.Barrier.Color
badge
Minimal complete definition
render function
Arguments
:: Badge b | |
=> b | |
-> Text | left text |
-> Text | right text |
-> ByteString | svg string |
renderBadge flat "left" "right"
lens
module Graphics.Badge.Barrier.Color