A simple web application that converts text into shareable images for Bsky.app. Built with React, TypeScript, and Tailwind CSS.
- Convert text to images with customizable fonts and colors
- Copy images to clipboard
- Download images as PNG files
- Responsive design
To run this project locally:
# Install dependencies
npm install
# Start development server
npm run dev