Yellinator is a lightweight, client-side web application that allows you to create custom "old man yells at..." images by uploading your own image or searching for one. All image processing and manipulation happens directly in your browser, eliminating the need for a backend server. This ensures a faster and more secure user experience while reducing the load on server resources.
Check out the live demo of the application at https://yellinator.netlify.app/.
The source code for the Yellinator application is available at https://github.com/ajkost/yellinator.
- Upload an image
- Search for images using a text query
- Compresses output images to below 125KB, optimizing them for fast loading and sharing
- Automatically resizes images based on their orientation (landscape or portrait) for optimal visual results
- Click-to-save: Generates output file names that are ready to be uploaded as custom emojis on Slack
- Clone the repository:
git clone https://github.com/ajkost/yellinator.git
- Change to the repository directory:
cd yellinator
- Open the
index.html
file in your web browser
This README and the Yellinator application were generated by ChatGPT4, an AI language model by OpenAI.