From eed27391f4e55117e80734b72c0ac53fa26346e1 Mon Sep 17 00:00:00 2001 From: Brian Rogers Date: Wed, 6 Oct 2021 14:31:07 -0600 Subject: [PATCH] Adding links to some depenedencies --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f657f8f..f04e6f2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # laravel-image-converter -A package to take an image and create copies in Webp and AVIF formats. \ No newline at end of file +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).