You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-8
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
-
# Preview Siri Shortcut
1
+

2
+
3
+
# Siri Shortcut Preview for the Web.
2
4
3
5
[](https://github.com/electrikmilk/preview-shortcut/actions/workflows/vite.yml)
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.
8
10
9
-
- Accepts JSON or Property List (.plist) data.
11
+
- Accepts JSON or Property List (.plist) data (will support encrypted in the future).
10
12
- Agnostic to any framework, written in vanilla TypeScript.
11
13
- Displays Shortcut metadata like the icon and name.
12
14
- Dark mode support.
@@ -55,11 +57,6 @@ const preview = new ShortcutPreview({
55
57
});
56
58
```
57
59
58
-
### Screenshots
59
-
60
-

61
-
62
-
63
60
#### Dark Mode Support
64
61
65
62

0 commit comments