We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4a363 commit 289275dCopy full SHA for 289275d
README.md
@@ -24,7 +24,7 @@ var PDFImage = require("pdf-image").PDFImage;
24
25
var pdfImage = new PDFImage("/tmp/slide.pdf");
26
pdfImage.convertPage(0).then(function (imagePath) {
27
- // 0-th page (fisrt page) of the slide.pdf is available as slide-0.png
+ // 0-th page (first page) of the slide.pdf is available as slide-0.png
28
fs.existsSync("/tmp/slide-0.png") // => true
29
});
30
```
0 commit comments