From bcee41ec533a5348c52fbbfb77cb178ab9c37c3d Mon Sep 17 00:00:00 2001 From: Tim Narr Date: Thu, 8 Feb 2024 17:18:59 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 298a871..0132803 100644 --- a/README.md +++ b/README.md @@ -231,5 +231,11 @@ In some cases `avif` files can be larger than `webp` and you end up sending more ## Examples for Different Configurations and HTML Output You'll find all examples in the [examples.md](/docs/examples/README.md). +## Roadmap +- [ ] Add tests for Imagex class +- [ ] Use Preload Resource Hints?! See [feature-branch](https://github.com/timnarr/kirby-imagex/tree/feature/preload-links) +- [ ] Improved determination of the smallest format, when using `formatSizeHandling` +- [ ] Improve `formatSizeHandling` in combination with art-directed images + ## License [MIT License](./LICENSE) Copyright © 2024-present Tim Narr