datocms-plugin-alt-text-ai 0.5.2 → 0.5.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,15 @@
1
1
  # Alt Text AI
2
2
 
3
- Alt Text AI is a plugin that serves as an integration bridge between DatoCMS and Alt Text AI. Its allow for the generation of alt text directly within the DatoCMS dashboard using the Alt Text AI API. Leveraging AI, it swiftly produces contextually relevant alt text for images: enhancing SEO, accessibility, and the overall user experience.
3
+ Alt Text AI is a plugin that integrates DatoCMS with AltText.ai to generate image alt text directly in the DatoCMS dashboard.
4
4
 
5
+ ## Usage
6
+
7
+ Open a record and use the field-specific dropdown on `file`/`gallery` fields to run:
8
+
9
+ - `Generate missing alt texts`
10
+ - `Generate Alt Texts`
11
+
12
+ ## Scripts
13
+
14
+ - `npm run dev`: Run the plugin locally with Vite.
15
+ - `npm run build`: Type-check and build production assets into `dist/`.