Skip to content

Commit

Permalink
Add defaultRatio to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
drzax committed Nov 17, 2023
1 parent 25814b4 commit bbfa410
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ declare type ImageData = {
caption?: string;
attribution?: string;
canonicalURL: string;
defaultRatio?: string;
renditions: ImageRendition[];
};
declare type ImageRendition = {
Expand Down

0 comments on commit bbfa410

Please sign in to comment.