svgone-0.2.0.0: Optimise SVGs
Safe HaskellNone
LanguageHaskell2010

Svgone

Documentation

data SomePlugin where Source #

Constructors

SomePlugin :: Plugin a => PluginOptions a -> SomePlugin 

runFile Source #

Arguments

:: [SomePlugin]

Operations to perform, left to right.

-> FilePath

Input file.

-> FilePath

Output file

-> IO () 

run Source #

Arguments

:: [SomePlugin]

Operations to perform, left to right.

-> FilePath

Source path/URL of the document, used to resolve relative links.

-> Text

Contents

-> FilePath

Output file

-> IO ()