Skip to content

Commit

Permalink
fix(docs): Update image documentation on default image driver
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithKyrian committed Aug 27, 2024
1 parent 54bdee0 commit c00c850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/utils/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ The `Image` class is built to work with multiple image processing backends.

## Setting the image driver

The image driver can be set using the `setImageDriver()` method in the `Transformers` class. The default driver is
IMAGICK, but you can change it to GD or VIPS based on your requirements.
The image driver can be set using the `setImageDriver()` method in the `Transformers` class. There is no default driver,
so if you're performing any image related tasks, you must set an image driver.

```php
use Codewithkyrian\Transformers\Transformers;
Expand Down

0 comments on commit c00c850

Please sign in to comment.