reanimate-1.1.0.0: Animation library based on SVGs.

Safe HaskellNone
LanguageHaskell2010

Reanimate.External

Synopsis

Documentation

type URL = String Source #

Resource address

type SHA256 = String Source #

Resource hash

zipArchive :: URL -> SHA256 -> FilePath Source #

Download and unpack zip archive. The returned path is the unpacked folder.

tarball :: URL -> SHA256 -> FilePath Source #

Download and unpack tarball. The returned path is the unpacked folder.