From 00a7b3e939e5681b1126073ec5d9e36150a928c7 Mon Sep 17 00:00:00 2001 From: nicovalencia Date: Sat, 10 Feb 2024 02:22:15 +0800 Subject: [PATCH] fix: 1.1 => 1:1 aspect ratio examples in readme (#113) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8ecd5cb278..bf20d292fd 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ export default function HomePage() { ]} image={{ src: 'https://zizzamia.xyz/park-3.png', - aspectRatio: '1.1' + aspectRatio: '1:1' }} input={{ text: 'Tell me a boat story', @@ -132,7 +132,7 @@ type FrameButtonMetadata = type FrameImageMetadata = { src: string; - aspectRatio?: '1.91:1' | '1.1'; + aspectRatio?: '1.91:1' | '1:1'; }; type FrameInputMetadata = { @@ -168,7 +168,7 @@ type FrameMetadataReact = FrameMetadataType & { - + ``` @@ -225,7 +225,7 @@ type FrameButtonMetadata = type FrameImageMetadata = { src: string; - aspectRatio?: '1.91:1' | '1.1'; + aspectRatio?: '1.91:1' | '1:1'; }; type FrameInputMetadata = { @@ -395,7 +395,7 @@ type FrameButtonMetadata = type FrameImageMetadata = { src: string; - aspectRatio?: '1.91:1' | '1.1'; + aspectRatio?: '1.91:1' | '1:1'; }; type FrameInputMetadata = {