https://elevator-generator.vercel.app/
This project is a React application that allows users to generate images with custom style settings such as padding, shadow, and border radius. The application also enables downloading or copying the generated image.
- React.js
- Tailwind CSS
- DaisyUI
- FileReader API
- Image Upload: Upload an image from your device to customize.
- Style Customization: Adjust the image's padding, shadow, and border radius.
- Download and Copy: Download the customized image or copy it to the clipboard.
- Node.js
- npm or pnpm
Clone the project repository:
git clone https://github.com/yourusername/elevation-generator.git
cd elevation-generator
npm install
npm run dev