Skip to content

Commit ef10e5c

Browse files
authored
Added GIF for demo
1 parent a8cd53a commit ef10e5c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525

2626
`svelte-trace` is a Svelte 5 preprocessor that closes the gap between your rendered application and your source code. Stop hunting for components in your file tree—just `Ctrl + Click` in your browser, and **instantly land in the right file and line in VS Code!**
2727

28+
<br/>
29+
<p align="center">
30+
<img src="https://beeimg.com/images/v89261247551.gif" alt="Svelte Trace Demo" width="800" />
31+
</a>
32+
</p>
33+
2834
## 🚀 Key Features
2935

3036
- **🖱️ Click to Open in VS Code:** `Ctrl + Click` (or `Cmd + Click`) any element during development to open its source file directly in your editor, pinpointing the exact line and column.

0 commit comments

Comments
 (0)