Releases: coderosh/images-to-pdf
Releases · coderosh/images-to-pdf
v2.1.0
- 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
- Used
jspdf
instead of pdf-lib
Initial Release
npm install @coderosh/images-to-pdf