Build a Meme Generator application that allows users to create custom memes.
Users should be able to select a meme template and add top and bottom text.
Provide options to customize text color and font styling.
Use canvas manipulation to overlay text on the selected image.
Allow users to download the final generated meme image.
- Render selected image on canvas
- Overlay editable top and bottom text
- Support text color customization
- Enable image download functionality
- Ensure responsive layout
The UI should resemble a simple image editing interface.
You are expected to design the interface independently while meeting all functional requirements.