From bbfa410e1016bd7fc81ca5712773f0c33472eb80 Mon Sep 17 00:00:00 2001 From: Simon Elvery Date: Fri, 17 Nov 2023 16:35:40 +1000 Subject: [PATCH] Add defaultRatio to readme. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 73b1172..4c194fd 100755 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ declare type ImageData = { caption?: string; attribution?: string; canonicalURL: string; + defaultRatio?: string; renditions: ImageRendition[]; }; declare type ImageRendition = {