Skip to content

Commit d933b00

Browse files
committed
mention colorist in README #55
1 parent d56369e commit d933b00

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Afterwards, you can use the presets in your templates (assuming `$image` is a Ki
175175
<?= $image->focusPreset('rectangle') ?>
176176
```
177177

178-
## Extensions
178+
## Extensions and implementations
179179

180180
### Autofocus
181181

@@ -185,6 +185,9 @@ Afterwards, you can use the presets in your templates (assuming `$image` is a Ki
185185
186186
[https://github.com/sylvainjule/kirby-autofocus](https://github.com/sylvainjule/kirby-autofocus)
187187

188+
### Colorist
189+
190+
[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.
188191

189192
## License
190193

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flokosiol/focus",
33
"description": "Better image cropping for Kirby CMS",
4-
"version": "3.0.4",
4+
"version": "3.0.5",
55
"type": "kirby-plugin",
66
"license": "MIT",
77
"authors": [

0 commit comments

Comments
 (0)