pdf-lib
pdf-lib copied to clipboard
The method `embedPng()` on the ios takes too long to run ,but it works fine on the android
What were you trying to do?
const pngImage = await pdfDoc.embedPng(buffer)
it takes too long to run on the ios
How did you attempt to do it?
As the title
What actually happened?
As the title
What did you expect to happen?
As the title
How can we reproduce the issue?
As the title
Version
1.17.1
What environment are you running pdf-lib in?
Other
Checklist
- [X] My report includes a Short, Self Contained, Correct (Compilable) Example.
- [X] I have attached all PDFs, images, and other files needed to run my SSCCE.
Additional Notes
No response
@heywarm Did you figure out a solution to this?