reanimate/examples/doc_githubWhiteIcon.hs
2020-08-25 16:49:15 +08:00

11 lines
256 B
Haskell
Executable file

#!/usr/bin/env stack
-- stack runghc --package reanimate
module Main (main) where
import Reanimate
import Reanimate.Builtin.Images
main :: IO ()
main = reanimate $ staticFrame 1 $ mkGroup
[ mkBackground "grey"
, githubWhiteIcon ]