AJ

Results 2 comments of AJ

`offset` should be set inside of the `options` key e.g. `builder.getAll('page', { options: { offset: 25 }})`

There is another solution that doesn't require adding any additional libraries. You can get just the image's EXIF orientation from the array buffer using this snippet: https://stackoverflow.com/a/32490603 Although, I would...