Skip to content

Commit

Permalink
feat(types): added dpr setting to ts definition
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancar committed Mar 23, 2024
1 parent b32aa83 commit f5d98ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export type CanvasRendererConfig = BaseRendererConfig & {
context?: CanvasRenderingContext2D;
progressiveLoad?: boolean;
preserveAspectRatio?: string;
dpr?: number;
};

export type HTMLRendererConfig = BaseRendererConfig & {
Expand Down

0 comments on commit f5d98ae

Please sign in to comment.