Meme Generator
Add Impact-style top and bottom text to any image and download as PNG.
Related Tools
FAQ
- What font is used for the meme text?
- The tool uses the Impact font family (falling back to Arial Black or sans-serif if Impact is not installed). It draws a thick black stroke first, then white fill on top — the classic meme style.
- Is my image uploaded to a server?
- No. Everything happens locally in your browser. The image is loaded with FileReader and drawn on a canvas. No data leaves your device.
- Can I adjust the text size?
- The font size is set automatically based on the image width (roughly 5–7% of width) to keep captions proportional. Manual font size control may be added in a future update.
The Meme Generator renders classic Impact-font-style caption text (white fill with a black outline) on top of and below your uploaded image using the Canvas 2D API's strokeText and fillText methods. Type your top and bottom captions, see an instant preview, and download the finished meme as PNG. All processing is local — no image data is sent to any server.