Skip to content

Commit 8cb4ab4

Browse files
committed
Add interactive pathways for the web
1 parent 294091f commit 8cb4ab4

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)