Skip to content

Instantly share code, notes, and snippets.

@doloopwhile
Created October 30, 2014 05:24
Show Gist options
  • Save doloopwhile/cd343aad56b35bdc15cc to your computer and use it in GitHub Desktop.
Save doloopwhile/cd343aad56b35bdc15cc to your computer and use it in GitHub Desktop.
sample
import Text
main : Element
main = collage 500 500 [scale 0.5 (form (500, 500))]
form (w, h) =
toForm
(layers
[ fittedImage w h "/shells.jpg"
, container w h bottomLeft (centered (Text.color white (toText "She sells sea shells.")))
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment