We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294091f commit 8cb4ab4Copy full SHA for 8cb4ab4
1 file changed
index.html
@@ -0,0 +1,14 @@
1
+<html>
2
+ <head>
3
+ <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ideogram@1.51.0/dist/js/ideogram.min.js"></script>
4
+ </head>
5
+ <body>
6
+ <div id="_ideogramOuterWrap"></div>
7
+ <div id="pathway-diagram"></div>
8
+ <script>
9
+ console.log('Ideogram', Ideogram)
10
+
11
+ Ideogram.drawPathway('WP5533', '#pathway-diagram')
12
+ </script>
13
+ </body>
14
+</html>
0 commit comments