'JsPDF flips image (only safari ios)

flips the image in the browser safari/ios

var doc = new jsPDF({ orientation: 'portrait', unit: "px"});
doc.addImage(img.src, 'JPEG', 0, 0, format[0], format[1]);

how to fix this problem?enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source