mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Bugfix: nomnoml cli doesn't *actually* support SVG despite the fact that it claims to do so
This commit is contained in:
parent
fe4071fe05
commit
da785a05b9
1 changed files with 2 additions and 2 deletions
|
@ -27,9 +27,9 @@
|
||||||
"name": "nomnoml",
|
"name": "nomnoml",
|
||||||
"description": "The nomnoml UML diagram renderer. Requires the nomnoml-cli npm package to be globally installed.",
|
"description": "The nomnoml UML diagram renderer. Requires the nomnoml-cli npm package to be globally installed.",
|
||||||
"url": "http://nomnoml.com/",
|
"url": "http://nomnoml.com/",
|
||||||
"cli": "nomnoml --format svg",
|
"cli": "nomnoml",
|
||||||
"cli_mode": "pipe",
|
"cli_mode": "pipe",
|
||||||
"output_format": "image/svg+xml"
|
"output_format": "image/png"
|
||||||
},
|
},
|
||||||
"plantuml": {
|
"plantuml": {
|
||||||
"name": "PlantUML",
|
"name": "PlantUML",
|
||||||
|
|
Loading…
Reference in a new issue