reanimate/examples/doc_githubWhiteIcon.hs
2020-08-25 16:38:29 +08:00

12 lines
305 B
Haskell
Executable file

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