You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,21 +9,22 @@ An ember-cli addon to automatically generate resized images at build-time, optim
9
9
10
10
## Key Features
11
11
12
-
🌇 Supports basic PNG and JPEG formats, as well as next-gen [WebP](https://developer.mozilla.org/en-US/Web/Media/Formats/Image_types#webp) and [AVIF](https://developer.mozilla.org/en-US/Web/Media/Formats/Image_types#avif), for best image quality at low file sizes.
12
+
🌇 Supports basic PNG and JPEG formats, as well as next-gen [**WebP**](https://developer.mozilla.org/en-US/Web/Media/Formats/Image_types#webp) and [**AVIF**](https://developer.mozilla.org/en-US/Web/Media/Formats/Image_types#avif), for best image quality at low file sizes.
13
13
14
-
🏎 Super fast image processing, thanks to the awesome [sharp](https://github.com/lovell/sharp) library.
14
+
🏎 Super **fast image processing**, thanks to the awesome [sharp](https://github.com/lovell/sharp) library.
15
15
16
-
📱 Layout modes for fixed sizes (with `1x` and `2x` image variants) as well as fluid/responsive layouts (`srcset` with optimized image sizes across all devices).
16
+
📱 Layout modes for **fixed sizes** (with `1x` and `2x` image variants) as well as **responsive layouts** (`srcset` with optimized image sizes across all devices).
17
17
18
-
💯 Lazily rendered by default, with optimized `content-visibility` and `decoding` settings and optimized markup, to prevent [CLS](https://web.dev/cls/) (*Cumulative Layout Shift*), a core [Web Vital](https://web.dev/vitals/) and [Lighthouse](https://developers.google.com/web/tools/lighthouse) metric.
18
+
💯 **Lazy rendering** by default, with optimized `content-visibility` and `decoding` settings and optimized markup, to prevent [**CLS**](https://web.dev/cls/) (*Cumulative Layout Shift*), a core [Web Vital](https://web.dev/vitals/) and [Lighthouse](https://developers.google.com/web/tools/lighthouse) metric.
19
19
20
-
⏳ Supports advanced LQIP (*Low Quality Image Placeholder*) techniques to show a preview while loading, using different configurable strategies
20
+
⏳ Supports advanced **LQIP** (*Low Quality Image Placeholder*) techniques to show a preview while loading, using different configurable strategies
21
21
like a blurry low-res image, [BlurHash](https://blurha.sh/) or a simple dominant color.
22
22
23
-
✨ Octane-based, written mostly in TypeScript, using Glimmer components, supporting [FastBoot](https://ember-fastboot.com/) and [Embroider](https://github.com/embroider-build/embroider), and fully tested.
23
+
✨ Octane-based, written mostly in **TypeScript**, using **Glimmer** components, supporting [FastBoot](https://ember-fastboot.com/) and [Embroider](https://github.com/embroider-build/embroider), and fully tested.
24
+
24
25
️⚙ Flexible configuration options
25
26
26
-
Advanced optimization techniques inspired a.o. by [this blog post](https://www.industrialempathy.com/posts/image-optimizations/).
27
+
Advanced optimization techniques inspired amongst others by [this blog post](https://www.industrialempathy.com/posts/image-optimizations/).
0 commit comments