aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2022-03-04 22:12:01 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2022-03-04 22:12:01 +0100
commitf0cb1873fa077cb82c8d3416a4c74386865c8e7d (patch)
tree512af92ef9fb64d1f6ab1369efbae6422ffdddfb /README.md
parent9ce3e65de157c71a1bfd9a5e6e1242ffd55f6a79 (diff)
downloadgoogle_images-f0cb1873fa077cb82c8d3416a4c74386865c8e7d.tar.xz
Fix width/height being swapped
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ac1c7c3..d2efdf1 100644
--- a/README.md
+++ b/README.md
@@ -10,11 +10,11 @@ Exports `search` function that takes query string as first argument and optional
{
preview: {
url: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQpttHz6N94mnwy5NbULk733B3srNYPMsmaYQ&usqp=CAU',
- size: { width: 168, height: 300 }
+ size: { width: 300, height: 168 }
},
image: {
url: 'https://en.free-wallpapers.su/data/media/3/big/anm5679.jpg',
- size: { width: 1080, height: 1920 }
+ size: { width: 1920, height: 1080 }
},
color: 'rgb(232,190,194)',
link: 'https://en.free-wallpapers.su/img116919.htm',