loopback-component-visualizer
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -12,2 +12,3 @@ 'use strict'; | ||
loopbackApp.use(options.mountPath, createDiagram(loopbackApp, options)); | ||
loopbackApp.set('loopback-component-visualizer', options); | ||
} | ||
@@ -14,0 +15,0 @@ |
{ | ||
"name": "loopback-component-visualizer", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Loopback component to visualize models and their relationships", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -35,4 +35,10 @@ # loopback-component-visualizer | ||
You can also get the options passed to the visualizer as below | ||
```sh | ||
loopbackApp.get('loopback-component-visualizer') | ||
``` | ||
#### Preview | ||
![A Relational Model](https://github.com/yantrashala/loopback-component-visualizer/blob/master/preview.png?raw=true "A Relational Model") |
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
255856
204
44