Cameron

Results 1 comments of Cameron

Comment out //import { PDFAnnotationData } from 'pdfjs-dist'; and add the below to your typings.d.ts file: interface PDFAnnotationData { alternativeText: string; annotationFlags: number; annotationType: number; buttonValue: any; borderStyle: { width:...