Skip to content

Commit

Permalink
Add putOnlyUsedFonts, hotfixes and floatPrecision to type `jsPD…
Browse files Browse the repository at this point in the history
…FOptions` (#3108)
  • Loading branch information
zhangshine committed Mar 15, 2021
1 parent 358677f commit 56e2ff7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,9 @@ declare module "jspdf" {
filters?: string[];
userUnit?: number;
encryption?: EncryptionOptions;
putOnlyUsedFonts?: boolean;
hotfixes?: string[];
floatPrecision?: number | "smart";
}

export interface Point {
Expand Down

0 comments on commit 56e2ff7

Please sign in to comment.