A simple web-based meme editor that allows users to add and customize text on images. Features include text color and size adjustments, switching between text lines, and the ability to download the final meme as an image. Built with HTML5 canvas and JavaScript.
- Add text to images
- Change text color and size
- Switch between multiple text lines
- Download the meme as an image
- HTML5 Canvas
- JavaScript
- CSS
- Clone the repository:
git clone https://github.com/your-username/meme-editor.git
- Open the
index.html
file in your browser. - Select an image from the gallery or upload your own.
- Add and edit text on the image.
- Download your meme when you're done!
├── css/
│ └── main.css # Styles for the editor
├── images/
│ └── sample images # Placeholder images for meme creation
├── js/
│ ├── meme.controller.js # Main logic for the meme editor
│ ├── gallery.controller.js # Handles image selection
│ ├── services/
│ └── meme.service.js # Meme manipulation functions
├── index.html # Main HTML file
└── README.md # Project description
This project is licensed under the MIT License - see the LICENSE file for details.
meme-editor javascript canvas html5 image-editing web-app