From 6ff71520c3770cb08929099430874c862d95990e Mon Sep 17 00:00:00 2001 From: Benjamin Charity Date: Sat, 10 Feb 2024 19:12:29 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b91740..8c6380a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ![test workflow](https://github.com/benjamincharity/rehype-semantic-images/actions/workflows/test.yml/badge.svg) [![codecov](https://codecov.io/gh/benjamincharity/rehype-semantic-images/branch/main/graph/badge.svg?token=T3Z18P56LV)](https://codecov.io/gh/benjamincharity/rehype-semantic-images) +![NPM Version](https://img.shields.io/npm/v/@benjc/rehype-semantic-images) This plugin enhances images in HTML documents processed by rehype in the unified ecosystem. It adds semantic elements such as figure, figcaption, and customizable container elements, and supports lazy loading options, custom class names, and IDs. It enables dynamic source set and URL building, which allows developers to improve accessibility, SEO, and performance of web pages. With fine-grained control over image presentation and loading behavior, this plugin provides developers with greater flexibility and customization options.