Comparing version 1.5.1 to 1.6.0
{ | ||
"name": "viz.js", | ||
"version": "1.5.1", | ||
"version": "1.6.0", | ||
"description": "A hack to put Graphviz on the web.", | ||
@@ -5,0 +5,0 @@ "main": "viz.js", |
@@ -27,3 +27,3 @@ # Viz.js | ||
- `options` | ||
- `format` sets the output format, and may be one of `"svg"`, `"xdot"`, `"plain"`, `"ps"`, or `"png-image-element"`. | ||
- `format` sets the output format, and may be one of `"svg"`, `"xdot"`, `"plain"`, `"ps"`, `"json"`, or `"png-image-element"`. | ||
- `engine` sets the Graphviz engine to use, and may be one of `"circo"`, `"dot"`, `"neato"`, `"osage"`, or `"twopi"`. | ||
@@ -76,2 +76,3 @@ - `scale` sets the scale factor for the `"png-image-element"` format. If this is not specified, `window.devicePixelRatio` will be used if available, and `1` if not. | ||
- ps | ||
- json | ||
@@ -78,0 +79,0 @@ ## PNG output |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2423745
9553
103