An optional footer may be supplied via opts.footer; it is emitted
verbatim just before the closing } of the dot source, after all
arrange declarations. This is a function-argument-only feature for
the moment — a machine-attribute equivalent is planned as a follow-up.
import { sm } from'jssm'; import { machine_to_dot } from'jssm/viz';
Render a jssm.Machine as a graphviz dot string.
An optional
footermay be supplied viaopts.footer; it is emitted verbatim just before the closing}of the dot source, after all arrange declarations. This is a function-argument-only feature for the moment — a machine-attribute equivalent is planned as a follow-up.