@qwertybit/pr-preview 0.1.0 → 0.1.1
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 +2 -2
- package/assets/demo.gif +0 -0
- package/assets/logo-wordmark.png +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://
|
|
2
|
+
<img src="https://cdn.jsdelivr.net/npm/@qwertybit/pr-preview/assets/logo-wordmark.png" alt="PR Preview" width="280" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
</p>
|
|
17
17
|
|
|
18
18
|
<p align="center">
|
|
19
|
-
<img src="https://
|
|
19
|
+
<img src="https://cdn.jsdelivr.net/npm/@qwertybit/pr-preview/assets/demo.gif" alt="PR Preview demo — recording a UI journey and producing a before/after video" width="720" />
|
|
20
20
|
</p>
|
|
21
21
|
|
|
22
22
|
**PR Preview** opens your app in a controlled Chrome window and records the journey you perform —
|
package/assets/demo.gif
ADDED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED