Adding links to some depenedencies

This commit is contained in:
Brian 2021-10-06 14:31:07 -06:00
parent b33a0ef7e4
commit eed27391f4
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8

View File

@ -1,3 +1,7 @@
# laravel-image-converter # laravel-image-converter
A package to take an image and create copies in Webp and AVIF formats. A package to take an image and create copies in AVIF and Webp formats.
### Requirements
You will need the [AVIF library](https://github.com/AOMediaCodec/libavif) installed as well as the [WebP library](https://chromium.googlesource.com/webm/libwebp).