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
1 changed files with 2 additions and 2 deletions

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",