From 5ec65042bb5d54ac203d2920f95398e5711f5cdd Mon Sep 17 00:00:00 2001 From: Simon Ihmig Date: Thu, 2 Jan 2025 17:20:38 +0100 Subject: [PATCH 1/2] Add @responsive-image/vite-plugin to Loaders --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f6c9a0b..2774eae4 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [@cyco130/vite-plugin-mdx](https://github.com/cyco130/vite-plugin-mdx) - Import MDX. - [vite-awesome-svg-loader](https://github.com/matafokka/vite-awesome-svg-loader) - Imports SVGs as source code, base64 and data URI. Preserves stroke width, replaces colors with currentColor. Optimizes SVGs with SVGO. Creates SVG sprites. - [vite-plugin-dir2json](https://github.com/buddywang/vite-plugin-dir2json) - Convert the directory structure into json data containing supported file paths. +- [@responsive-image/vite-plugin](https://github.com/simonihmig/responsive-image) - Transform and generate optimized images (WebP, AVIF) and LQIP placeholders for use with image components of the [ResponsiveImage](https://responsive-image.dev/) project. #### Bundling From 3d6e1e6db1d706dbba4d9fa0fb0ee901d2065a14 Mon Sep 17 00:00:00 2001 From: Simon Ihmig Date: Sun, 12 Jan 2025 01:19:39 +0100 Subject: [PATCH 2/2] Fix link description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2774eae4..3d537b2b 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [@cyco130/vite-plugin-mdx](https://github.com/cyco130/vite-plugin-mdx) - Import MDX. - [vite-awesome-svg-loader](https://github.com/matafokka/vite-awesome-svg-loader) - Imports SVGs as source code, base64 and data URI. Preserves stroke width, replaces colors with currentColor. Optimizes SVGs with SVGO. Creates SVG sprites. - [vite-plugin-dir2json](https://github.com/buddywang/vite-plugin-dir2json) - Convert the directory structure into json data containing supported file paths. -- [@responsive-image/vite-plugin](https://github.com/simonihmig/responsive-image) - Transform and generate optimized images (WebP, AVIF) and LQIP placeholders for use with image components of the [ResponsiveImage](https://responsive-image.dev/) project. +- [@responsive-image/vite-plugin](https://github.com/simonihmig/responsive-image) - Transform and generate optimized responsive images (WebP, AVIF) and LQIP placeholders for use with image components. #### Bundling