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.
- 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.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.