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 +12 -1
- package/dist/assets/index-BMlyg94C.js +17 -0
- package/dist/assets/index-B_BYnrd4.css +1 -0
- package/dist/index.html +13 -0
- package/package.json +33 -36
- package/build/asset-manifest.json +0 -13
- package/build/index.html +0 -1
- package/build/static/css/main.8467dedd.css +0 -2
- package/build/static/css/main.8467dedd.css.map +0 -1
- package/build/static/js/main.d6fa325c.js +0 -3
- package/build/static/js/main.d6fa325c.js.LICENSE.txt +0 -56
- package/build/static/js/main.d6fa325c.js.map +0 -1
- package/public/index.html +0 -11
- package/public/robots.txt +0 -3
- package/src/entrypoints/AltTextAIButton.tsx +0 -129
- package/src/entrypoints/ConfigScreen.tsx +0 -66
- package/src/entrypoints/styles.module.css +0 -7
- package/src/index.tsx +0 -27
- package/src/react-app-env.d.ts +0 -1
- package/src/utils/render.tsx +0 -9
- package/tsconfig.json +0 -26
- /package/{build → dist}/robots.txt +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
|
1
1
|
# Alt Text AI
|
|
2
2
|
|
|
3
|
-
Alt Text AI is a plugin that
|
|
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/`.
|