Closed Konglomneshued closed 1 year ago
It's not really clear how to use the document returned from the pdf function call. It's not mentioned what type of image is created either.
I agree to see simple example without jest-image-snapshot.
For example
for await (const page of await pdf("example.pdf")) { // what to do with `page`? }
It's not really clear how to use the document returned from the pdf function call. It's not mentioned what type of image is created either.