Clean up examples.

Former-commit-id: 03934429a7a98d8c2891452e802e348a0456886a
This commit is contained in:
David Himmelstrup 2019-12-09 21:00:25 +08:00
commit f10bc16726
12 changed files with 72 additions and 79 deletions

View file

@ -3,12 +3,10 @@
{-# LANGUAGE OverloadedStrings #-}
module Main(main) where
import Reanimate
import Codec.Picture.Types
import Data.Text (Text)
import Reanimate
import Reanimate.Animation
import Reanimate.Effect
import Reanimate.Scene
bgColor :: PixelRGBA8
bgColor = PixelRGBA8 252 252 252 0xFF