From df7a93fc5dca333170ec46e8c565d723d2716de2 Mon Sep 17 00:00:00 2001 From: Arnaud Becher Date: Fri, 10 Sep 2021 18:46:45 +0200 Subject: [PATCH] mention more options --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4fe497c..89cc1d0 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,11 @@ $faker->imageUrl($width = 800, $height = 600); $filename = $faker->image($dir = '/tmp', $width = 640, $height = 480); ``` +There are options like: +- file format (jpg or webp) +- effects (grayscale, blurry) +- returning a specific photo based on an id (ex: https://picsum.photos/id/1/800/600) + ## Testing ```bash