A Cloudflare Worker which works in conjunction with https://github.com/indexxing/bsky-alt-text
1# Bluesky Alt Text Worker
2
3A Cloudflare Worker which works in conjunction with https://github.com/indexxing/Bluesky-Alt-Text. All endpoints are based off the original cloud function made by [symmetricalboy](https://github.com/symmetricalboy) [here](https://github.com/symmetricalboy/gen-alt-text/blob/main/functions/index.js), just in Typescript and prepackaged into a Cloudflare Worker environment.
4
5Documentation is served at the root of the worker deployment. There is a root path variable specified in the entrypoint file because my setup involves using a worker route wildcard on my custom domain.
6
7**Note:** This does not support video captioning, or uploading larger media for processing yet like the source cloud function.