Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.45 KB

README.md

File metadata and controls

46 lines (38 loc) · 1.45 KB

Meme Editor

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.

Features

  • Add text to images
  • Change text color and size
  • Switch between multiple text lines
  • Download the meme as an image

Technologies

  • HTML5 Canvas
  • JavaScript
  • CSS

How to Use

  1. Clone the repository:
    git clone https://github.com/your-username/meme-editor.git
  2. Open the index.html file in your browser.
  3. Select an image from the gallery or upload your own.
  4. Add and edit text on the image.
  5. Download your meme when you're done!

Project Structure

├── 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

License

This project is licensed under the MIT License - see the LICENSE file for details.

Topics

meme-editor javascript canvas html5 image-editing web-app