External module "exporters/svg"
Functions
createSvgExporter
- createSvgExporter(store: Store<ModelState>, onChange?: undefined | function): SVGExporter
- createSvgExporter<T>(store: Store<T>, select: function, onChange?: undefined | function): SVGExporter
-
Parameters
-
-
Optional onChange: undefined | function
-
Type parameters
Parameters
-
store: Store<T>
-
select: function
-
Optional onChange: undefined | function
Instantiates an exporter which can transform the internal state into an SVG image