@stinsky/xray 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,6 +13,10 @@
13
13
  <img src="https://badgen.net/bundlephobia/minzip/@stinsky/xray" alt="minzipped size" />
14
14
  </p>
15
15
 
16
+ <p align="center">
17
+ <img src="assets/xray-preview.gif" width="100%" alt="xray demo" />
18
+ </p>
19
+
16
20
  ## Features
17
21
 
18
22
  - **Click to open source** — click any element to open its source file in VS Code, WebStorm, IntelliJ, or any editor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stinsky/xray",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "React dev inspector — hover to see component names, click to open source in your editor. Works with React 19 + Turbopack.",
5
5
  "license": "MIT",
6
6
  "type": "module",