strapi-alt-text-automator
v1.0.1
Published
The Alt Text Automator Strapi plugin is a tool that automatically generates alt text for images in your Strapi application.
Downloads
2
Readme
Strapi plugin alt-text-automator
A plugin for Strapi CMS that automatically generates alt text for images you upload to your media library via Alt Text Automator.
✨ Supported Strapi Versions
The Placeholder plugin is only compatible with Strapi v4.
⚙️ Installation
To install, run:
npm install strapi-alt-text-automator
Open/create file config/plugins.js
. Enable this plugin by adding:
module.exports = {
"alt-text-automator": {
enabled: true,
},
};
🖍️ How to generate alt text for images
- Create an account on Alt Text Automator.
- Generate an API key on the settings page.
- Add the API key to your Strapi Alt Text Automator plugin settings. If your API key is valid, the available credits will be displayed.
- Upload an image(s) to your media library. The alt text will be automatically generated and added to the image in your desired language.