ImagesToPdf [Deprecated]
Combines images into a single PDF. 🥲
This package relies entirely on the wonderful muhammara PDF library.
npm install --save lexis-images-to-pdfconst imagesToPdf = require("lexis-images-to-pdf")
await imagesToPdf(["path/to/image1.jpg", "path/to/image2.png"], "path/to lexis.pdf")
// path/to/lexis.pdf now exists.