We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ddc014 commit 91285afCopy full SHA for 91285af
README.md
@@ -47,17 +47,11 @@ import 'preview-shortcut/css';
47
import {ShortcutPreview} from 'preview-shortcut';
48
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
+ data: {...} // plist data as JSON object
57
});
58
```
59
60
-[Learn more about usage on the project wiki.](https://github.com/electrikmilk/preview-shortcut/wiki)
+[Learn more on the project wiki.](https://github.com/electrikmilk/preview-shortcut/wiki)
61
62
#### Dark Mode Support
63
0 commit comments