We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddca607 commit 921563bCopy full SHA for 921563b
README.md
@@ -1,6 +1,8 @@
1
# Electron ViewerJS
2
The PDF/ODT/ODP embedded viewer based on ViewerJS for Electron.
3
4
+
5
+
6
## Installation
7
```bash
8
$ npm i --save electron-viewerjs
@@ -53,4 +55,4 @@ viewer.new(ctx); //No need to put path here.
53
55
let ctx = document.getElementById('sample-viewer-1');
54
56
let preview = viewer.new(ctx);
57
preview.loadSync('./sample-odt-doc.odt'); //Load ODT document file after initialized.
-```
58
+```
0 commit comments