From d933b00dcf6ad2fcbd690c38161d92ffb6d46ecc Mon Sep 17 00:00:00 2001 From: Flo Kosiol Date: Sun, 7 Mar 2021 22:35:16 +0100 Subject: [PATCH] mention colorist in README #55 --- .github/README.md | 5 ++++- composer.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index 4303843..f640988 100644 --- a/.github/README.md +++ b/.github/README.md @@ -175,7 +175,7 @@ Afterwards, you can use the presets in your templates (assuming `$image` is a Ki focusPreset('rectangle') ?> ``` -## Extensions +## Extensions and implementations ### Autofocus @@ -185,6 +185,9 @@ Afterwards, you can use the presets in your templates (assuming `$image` is a Ki [https://github.com/sylvainjule/kirby-autofocus](https://github.com/sylvainjule/kirby-autofocus) +### Colorist + +[Kirby Colorist](https://github.com/fundevogel/kirby3-colorist) by @S1SYPHOS is fully compatible with Kirby Focus. This plugin is capable of image conversion to `AVIF`, `WebP` and some other formats, as well as resizing them. ## License diff --git a/composer.json b/composer.json index de7d261..70a94ac 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "flokosiol/focus", "description": "Better image cropping for Kirby CMS", - "version": "3.0.4", + "version": "3.0.5", "type": "kirby-plugin", "license": "MIT", "authors": [