img-alt-text-webpack-plugin
Auto-insert <img> 'alt' text at build step with gemini & my wp plugin.
What it does
My plugin works with webpack which is common build tool for deploying web applications. It detects <img> elements without 'alt' attribute in output files emitted to build directory by webpack and auto-inserts the 'alt' text in <img> elements using Gemini. It also injects javascript into the webpage which fetches 'alt' text for all images that are loaded dynamically on client side by other scripts embedded in the page. Bottom line: It will make sure that all images in the webpage have 'alt' text available.
This improves accessibility of web and improves SEO while cutting down on developer time spent thinking about appropriate text string to insert for <img> alt attribute. This plugin has been put out as an npm package and requires minimal configuration which makes it a breeze to set-up and use.
Built with
- Web/Chrome
Team
By
sam1git
From
Canada