A little Svelte web app for making Wordle results accessible. It does this by saving your Wordle results into an image, and copying the alt text for the image into your clipboard, for easy sharing to Twitter and other websites.
This used to be made in NextJS, but I hate css in js too much and made the switch.
Inspired by wa11y and made with assistance from @cariad.
- 2023-06-09: Updated social links and archived the project. See Cariad's retrospective for why.
- 2022-03-01: Added dark mode, colorblind mode, better fallbacks, and rewrote it in Svelte for better performance. Why did I rewrite it in Svelte? I hate css in js
- 2022-02-20: Added support for different first lines.
- 2022-01-25: Added support for the Web Share API, hard mode, and added a license (I'm really bad at that).
- 2022-01-14: Initial release.