Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@coderosh coderosh released this 13 Nov 04:41
· 2 commits to main since this release
  • 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])