File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ You need to add the following dependencies to your HTML:
2020 - jQuery
2121 - lodash
2222 - Backbone JS
23+ - graphlib
24+ - dagre
2325
2426## ERD Browser ESM Example
2527
@@ -53,6 +55,8 @@ You need to add the following dependencies to your HTML:
5355 <script src =" https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js" integrity =" sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin =" anonymous" ></script >
5456 <script src =" https://cdn.jsdelivr.net/npm/lodash@4.17.21/lodash.min.js" integrity =" sha256-qXBd/EfAdjOA2FGrGAG+b3YBn2tn5A6bhz+LSgYD96k=" crossorigin =" anonymous" ></script >
5557 <script src =" https://cdn.jsdelivr.net/npm/backbone@1.5.0/backbone-min.min.js" ></script >
58+ <script src =" https://cdn.jsdelivr.net/npm/graphlib@2.1.8/dist/graphlib.core.min.js" ></script >
59+ <script src =" https://cdn.jsdelivr.net/npm/dagre@0.8.5/dist/dagre.core.min.js" ></script >
5660
5761 <!-- Assuming you put the rappid.min.js file in this path -->
5862 <script src =" ./examples/diagram-generator/libs/rappid.min.js" ></script >
@@ -119,6 +123,8 @@ view emp_v departments employees
119123 <script src =" https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js" integrity =" sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin =" anonymous" ></script >
120124 <script src =" https://cdn.jsdelivr.net/npm/lodash@4.17.21/lodash.min.js" integrity =" sha256-qXBd/EfAdjOA2FGrGAG+b3YBn2tn5A6bhz+LSgYD96k=" crossorigin =" anonymous" ></script >
121125 <script src =" https://cdn.jsdelivr.net/npm/backbone@1.5.0/backbone-min.min.js" ></script >
126+ <script src =" https://cdn.jsdelivr.net/npm/graphlib@2.1.8/dist/graphlib.core.min.js" ></script >
127+ <script src =" https://cdn.jsdelivr.net/npm/dagre@0.8.5/dist/dagre.core.min.js" ></script >
122128
123129 <!-- Assuming you put the rappid.min.js file in this path -->
124130 <script src =" ./examples/diagram-generator/libs/rappid.min.js" ></script >
You can’t perform that action at this time.
0 commit comments