Skip to content

Commit

Permalink
mention more options
Browse files Browse the repository at this point in the history
  • Loading branch information
smknstd committed Sep 10, 2021
1 parent 5270cb0 commit df7a93f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df7a93f

Please sign in to comment.