svgone-0.1.0.0: src/Svgone/Plugin.hs
{-# LANGUAGE AllowAmbiguousTypes #-}
module Svgone.Plugin where
import Data.Text (Text)
import Graphics.SvgTree (Document)
class Plugin a where
data PluginOptions a
defaultOpts :: PluginOptions a
plugin :: PluginOptions a -> Document -> Document
pluginName :: Text