You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are right. Could you prepare a pull request where you add the "export" where it is missing (from a quick glance this is ImageCompression, ColorSpace, and ShadingPatterStop)?
I want to use the addImage method but this is not possible because ImageCompression is not being exposed in the typings.
I am using version 2.1.0
The only workaround is using any to fool ts.
pdf.addImage(contentDataUrl, 'JPEG', margin, margin, width , height, null, ("NONE") as any);
The text was updated successfully, but these errors were encountered: