Emojipic
· 2025 ·
Emojipic is a simple web app that allows you to generate a png file starting from an emoji and a background color. I personally use it for creating the highlight icons on my Instagram profile, but it can be used for potentially anything.
With the 3.0 release, Emojipic introduces three modes:
Standard Mode: Generate a PNG from a standard emoji.
AI Mode: Create your own emoji from a text prompt (requires a valid OpenAI API key).
Paste Mode: Paste any image into the preview area and adjust its proportions and background color.
Video Demos
Standard Mode
AI Mode
Paste Mode
The web app is built with React + Tailwind CSS. The image generation is done with htm2canvas. AI Mode is powered by OpenAI.