Open priiduonu opened 7 years ago
Would be nice, if mermaid-filter supported generating EPS files.
I tried and it works, put something like
var epsPath = path.join(outdir, `${prefix}-${counter}.eps`); ... exec(`inkscape --export-eps=${epsPath} ${newPath}`);
before the function return
return
You can probably do it better.
Thanks for the suggestion - however, I don't use EPS at all and know little about it.. would you be willing to send a PR?
pandoc can convert mermaidjs svg output to pdf using rsvg2pdf.
Would be nice, if mermaid-filter supported generating EPS files.
I tried and it works, put something like
before the function
return
You can probably do it better.