@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.
- package/README.md +4 -0
- 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