mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-11 16:12:20 +00:00
Feature showcase (#29)
* Add 'mkText'. * Add builtin svg logo. * Bump dependency on reanimate-svg. Former-commit-id: 94cbf80b828ca3cb59e3bcf577299a6f84418fbf
This commit is contained in:
parent
77fd94dd32
commit
8694425284
21 changed files with 747 additions and 135 deletions
11
examples/doc_haskellLogo.hs
Executable file
11
examples/doc_haskellLogo.hs
Executable 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
|
||||
Loading…
Reference in a new issue