This project is a web application that allows users to generate custom alpaca images. It is built using SolidJS, TypeScript, and Vite.
- Customizable alpaca images
- Global state management with Zustand
- Image downloading using html2canvas
- Clone the repository:
git clone https://github.com/your-username/alpaca-image-generator.git
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:5173