DEV Community

Cover image for Meme Generator Sample With React
Fatemeh Paghar
Fatemeh Paghar

Posted on

Meme Generator Sample With React

The Memo repository is a Meme Generator sample built with React, designed to enable users to generate PNG or JPG images from custom HTML content. This content can include images and text, with the option to position two headings absolutely on the image. The top heading appears at the top of the image, while the bottom heading is positioned at the bottom.

Memo Timeline Repository

Users can utilize the Memo repository to:

  • Allows users to create custom memes by overlaying text on an image.
  • Users can input any HTML content they desire, including images and text.
  • Supports absolute positioning of two headings on the image, one at the top and one at the bottom.
  • Users can add images from their local disk using a file input.
  • Provides the ability to download the generated meme in PNG or JPG format.

Top comments (0)