Skip to content

Commit 6d0c095

Browse files
committed
Add screen recording to README
1 parent 8909624 commit 6d0c095

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
A modern ESM module for interactive SVG visualization of Graphviz graphs.
44
This is a modernized rewrite of [jquery.graphviz.svg](https://github.com/mountainstorm/jquery.graphviz.svg).
55

6+
https://github.com/user-attachments/assets/7371d1e6-a195-4e73-8670-3e5f8965ae53
7+
68
## Features
79

810
* 🎯 Interactive SVG visualization of Graphviz graphs

demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</head>
3434

3535
<body>
36-
<h4 id="instructions">Click node to highlight; Shift-scroll to zoom; Esc to unhighlight</h4>
36+
<h4 id="instructions">Click node to highlight; Esc to unhighlight</h4>
3737
<div id="graph" style="width: 100%; height: 100%; overflow: scroll;"></div>
3838

3939
<script type="module">

0 commit comments

Comments
 (0)