Skip to content

Commit d832a37

Browse files
committed
Cleanup Readme
1 parent bdf9baf commit d832a37

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,22 @@ An ember-cli addon to automatically generate resized images at build-time, optim
99

1010
## Key Features
1111

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.
1313

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.
1515

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).
1717

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.
1919

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
2121
like a blurry low-res image, [BlurHash](https://blurha.sh/) or a simple dominant color.
2222

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+
2425
️⚙ Flexible configuration options
2526

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/).
2728

2829
Compatibility
2930
------------------------------------------------------------------------------
@@ -58,7 +59,7 @@ module.exports = function (defaults) {
5859
]
5960
});
6061
};
61-
`````________``
62+
```
6263

6364
Find more details about all available [configuration options](#configuration) below.
6465

0 commit comments

Comments
 (0)