From 7ad38291ecd7773eebf2431f96af8e76fdd8e405 Mon Sep 17 00:00:00 2001 From: Benjamin Charity Date: Sun, 4 Feb 2024 18:30:07 -0500 Subject: [PATCH] chore: update package --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5834a44..d612cb7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@benjc/rehype-semantic-images", "version": "0.0.1", - "description": "TODO", + "description": "This unified ecosystem plugin enriches HTML images with semantic elements and customizable features, improving accessibility and performance through options like lazy loading and dynamic source modification.", "type": "module", "main": "dist/index.js", "module": "dist/index.js", @@ -26,7 +26,12 @@ }, "keywords": [ "rehype", - "rehype-plugin" + "rehype-plugin", + "unified", + "unified-plugin", + "html", + "images", + "figure" ], "author": "Benjamin Charity (https://www.benjamincharity.com/)", "license": "MIT",