Feature showcase (#29)

* Add 'mkText'.

* Add builtin svg logo.

* Bump dependency on reanimate-svg.


Former-commit-id: 94cbf80b828ca3cb59e3bcf577299a6f84418fbf
This commit is contained in:
David Himmelstrup 2019-11-17 13:02:37 +08:00 committed by GitHub
commit 8694425284
21 changed files with 747 additions and 135 deletions

11
examples/doc_haskellLogo.hs Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env stack
-- stack runghc --package reanimate
{-# LANGUAGE OverloadedStrings #-}
module Main (main) where
import Reanimate
import Reanimate.Builtin.Documentation
import Reanimate.Builtin.Images
main :: IO ()
main = reanimate $ docEnv $ animate $ const haskellLogo