Skip to content

Releases: coderosh/images-to-pdf

v2.1.0

13 Nov 04:41
Compare
Choose a tag to compare
  • Added option to provide array buffer or uint8array directly instead of passing a object with key src.
  • Improved checking if height and width are number

Prev

const pdf = new ImagesToPdf([{ src: ab1 }])

Now

const pdf = new ImagesToPdf([ab1])

v2.0.0

31 Oct 05:52
Compare
Choose a tag to compare
  • Used jspdf instead of pdf-lib

Initial Release

28 Oct 15:13
Compare
Choose a tag to compare
npm install @coderosh/images-to-pdf