Simply select an image and you will receive the selected image in all common emote sizes (e.g. Twitch, Discord).
All images are processed locally via Javascript, so no images are sent anywhere.
Example (https://emote-converter.e-hess.com)
docker run -it --rm \
--publish 8080:80 \
ghcr.io/eric-hess/emote-converter:latest
Now you can access the webpage via the following link: http://localhost:8080
- Install dependencies:
npm install
- Run the dev server:
npm run start
Now you can access the webpage via the following link: http://localhost:3000
services:
emote-converter:
image: ghcr.io/eric-hess/emote-converter:latest
restart: unless-stopped
ports:
- 8080:80