Module

Graphics.Graphviz

Package
purescript-graphviz
Repository
csicar/purescript-graphviz

#renderToJson Source

renderToJson :: forall a. DotLang a => Engine -> a -> String

#renderToSvg Source

renderToSvg :: forall a. DotLang a => Engine -> a -> String

#renderReprSvg Source

renderReprSvg :: forall a. GraphRepr a => Engine -> a -> String

#Engine Source

data Engine

Constructors

Instances