Skip to content

Commit

Permalink
Merge pull request #31 from open-frames/ar/image-ratio-types
Browse files Browse the repository at this point in the history
fix: image ratio type
  • Loading branch information
alexrisch authored May 1, 2024
2 parents 7d291dd + b999468 commit 3e287e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/rich-scissors-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@open-frames/proxy-types": patch
---

Fixed return type for image ratio
2 changes: 1 addition & 1 deletion packages/types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export type PostRedirectResponse = {

export type OpenFrameImage = {
content: string;
aspectRatio?: '1.91.1' | '1:1';
aspectRatio?: '1.91:1' | '1:1';
alt?: string;
};

Expand Down

0 comments on commit 3e287e3

Please sign in to comment.