Skip to content

Commit 5574283

Browse files
authored
Update README.md
1 parent 2fb05de commit 5574283

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# Preview Siri Shortcut
1+
![Screenshot 2024-05-22 at 20 38 54](https://github.com/electrikmilk/preview-shortcut/assets/4368524/58b32090-8757-41f6-9114-5badf42139ee)
2+
3+
# Siri Shortcut Preview for the Web.
24

35
[![Build with Vite](https://github.com/electrikmilk/preview-shortcut/actions/workflows/vite.yml/badge.svg)](https://github.com/electrikmilk/preview-shortcut/actions/workflows/vite.yml)
46
[![License](https://img.shields.io/github/license/electrikmilk/preview-shortcut)](https://github.com/electrikmilk/preview-shortcut/blob/main/LICENSE)
57
[![Version](https://img.shields.io/npm/v/preview-shortcut)](https://www.npmjs.com/package/preview-shortcut)
68

7-
Siri Shortcut cross-framework preview for the web.
9+
Preview Shortcut renders a fairly accurate Siri Shortcut preview from JSON or property list (PLIST) Shortcut data. It works across frameworks, rendering to a single HTML element.
810

9-
- Accepts JSON or Property List (.plist) data.
11+
- Accepts JSON or Property List (.plist) data (will support encrypted in the future).
1012
- Agnostic to any framework, written in vanilla TypeScript.
1113
- Displays Shortcut metadata like the icon and name.
1214
- Dark mode support.
@@ -55,11 +57,6 @@ const preview = new ShortcutPreview({
5557
});
5658
```
5759

58-
### Screenshots
59-
60-
![Screenshot 2023-11-25 at 19 50 52](https://github.com/electrikmilk/preview-shortcut/assets/4368524/60d18d9e-5124-4792-8dd5-3c8d09ae4296)
61-
62-
6360
#### Dark Mode Support
6461

6562
![Screenshot 2023-11-25 at 19 51 04](https://github.com/electrikmilk/preview-shortcut/assets/4368524/9cac0dc7-945c-4ada-804e-5c3e447f0fc3)

0 commit comments

Comments
 (0)