From ac526cce939ca2d67d199b55d83891f646517bb4 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Fri, 10 Jan 2020 11:42:07 -0500 Subject: [PATCH] make really big images --- src/Main.elm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Main.elm b/src/Main.elm index 734e08e..ba187ba 100644 --- a/src/Main.elm +++ b/src/Main.elm @@ -47,7 +47,7 @@ init : () -> ( Model, Cmd Msg ) init _ = let image = - Image.recurse + Image.bars windowSize = { width = 3, height = 3 } @@ -208,6 +208,7 @@ view model = , Html.button [ Events.onClick (Reset { width = 5, height = 5 }) ] [ Html.text "Reset (5x5)" ] , Html.button [ Events.onClick (Reset { width = 10, height = 10 }) ] [ Html.text "Reset (10x10)" ] , Html.button [ Events.onClick (Reset { width = 20, height = 20 }) ] [ Html.text "Reset (20x20)" ] + , Html.button [ Events.onClick (Reset { width = 50, height = 50 }) ] [ Html.text "Reset (50x50)" ] , Wave.view (\indexes -> let