1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-09 11:54:56 +00:00

Bugfix: nomnoml cli doesn't *actually* support SVG despite the fact that it claims to do so

This commit is contained in:
Starbeamrainbowlabs 2019-10-20 23:19:57 +01:00
parent fe4071fe05
commit da785a05b9
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -27,9 +27,9 @@
"name": "nomnoml",
"description": "The nomnoml UML diagram renderer. Requires the nomnoml-cli npm package to be globally installed.",
"url": "http://nomnoml.com/",
"cli": "nomnoml --format svg",
"cli": "nomnoml",
"cli_mode": "pipe",
"output_format": "image/svg+xml"
"output_format": "image/png"
},
"plantuml": {
"name": "PlantUML",