Created
October 30, 2014 05:24
-
-
Save doloopwhile/cd343aad56b35bdc15cc to your computer and use it in GitHub Desktop.
sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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