I am using jsPDF as part of a ReactJS project and I try to use the method jsPDF.setCurrentTransformationMatrix() which requires a Matrix instance. But the Matrix cl
Matrix