File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -47,16 +47,14 @@ import 'preview-shortcut/css';
47
47
import {ShortcutPreview } from ' preview-shortcut' ;
48
48
49
49
const preview = new ShortcutPreview ({
50
- selector? : string // default: #shortcut-preview
51
- name ? : string
52
- url ? : string
53
- data ? : object
54
- header ? : boolean // default: true
55
- meta ? : boolean // default: true
56
- framework7 : Framework7 // defaults to internal instance
50
+ data: {... } // plist data as JSON object
51
+ // or...
52
+ url : ' https://example.com/example.plist'
57
53
});
58
54
```
59
55
56
+ [ Learn more on the project wiki.] ( https://github.com/electrikmilk/preview-shortcut/wiki )
57
+
60
58
#### Dark Mode Support
61
59
62
60
![ Screenshot 2023-11-25 at 19 51 04] ( https://github.com/electrikmilk/preview-shortcut/assets/4368524/9cac0dc7-945c-4ada-804e-5c3e447f0fc3 )
You can’t perform that action at this time.
0 commit comments