Skip to content

Commit aee69de

Browse files
feat: update pdf.js types to commit 2334200
1 parent 6b4ae54 commit aee69de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/src/display/blender/blender.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export class Blender {
66
foreground: Color;
77
gradient: (p: any) => Color;
88
dark: boolean;
9+
forceInversion: boolean;
910
fullPageImageDetected: boolean;
1011
origFill: any;
1112
origFillRect: any;
@@ -35,7 +36,6 @@ export class Blender {
3536
};
3637
customDrawImage(args: any): any;
3738
hasBackgrounds: boolean | undefined;
38-
forceInversion: boolean | undefined;
3939
isColorNeutral(r: any, g: any, b: any, dev: any): boolean;
4040
getCanvasColor(text: any, tx: any, ty: any): Color;
4141
cachedImage: any;

0 commit comments

Comments
 (0)