reanimate-0.1.8.0: Animation library based on SVGs.
Reanimate.Render
render :: Animation -> FilePath -> Format -> Width -> Height -> FPS -> IO () Source #
renderSvgs :: Animation -> IO () Source #
renderSnippets :: Animation -> IO () Source #
data Format Source #
Constructors
Defined in Reanimate.Render
Methods
showsPrec :: Int -> Format -> ShowS #
show :: Format -> String #
showList :: [Format] -> ShowS #
type Width = Int Source #
type Height = Int Source #
type FPS = Int Source #