Skip to content

Commit 56e2ff7

Browse files
authored
Add putOnlyUsedFonts, hotfixes and floatPrecision to type jsPDFOptions (#3108)
1 parent 358677f commit 56e2ff7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

types/index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,9 @@ declare module "jspdf" {
598598
filters?: string[];
599599
userUnit?: number;
600600
encryption?: EncryptionOptions;
601+
putOnlyUsedFonts?: boolean;
602+
hotfixes?: string[];
603+
floatPrecision?: number | "smart";
601604
}
602605

603606
export interface Point {

0 commit comments

Comments
 (0)