Skip to content

Commit 0fa65e4

Browse files
committed
Add screenshots to README.md for enhanced visual representation of ReScript dependency visualization
1 parent 93afb91 commit 0fa65e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vscode-rescriptdep/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ A Visual Studio Code extension for visualizing dependencies between ReScript mod
99
- **Interactive Graph**: Click on modules to navigate through dependencies
1010
- **High Performance**: Uses digest-based caching to improve performance for large projects
1111

12+
<div style="display: flex; justify-content: space-between;">
13+
<img src="images/rescriptdep_screenshot_0.png" alt="ReScript Dependency Visualization" width="49%">
14+
<img src="images/rescriptdep_screenshot_1.png" alt="Module Dependency View" width="49%">
15+
</div>
16+
1217
## Platform Support
1318

1419
Currently, this extension is supported on:

0 commit comments

Comments
 (0)