The class is designed to generate memes by taking an image URL and adding top and bottom texts to it. Image retrieval and processing is done through axios and file-type libraries, while GraphicsMagick library is used to add texts and generate the meme. The class also allows to remove temp images and provides the meme in base64 format.
-
Updated
Jan 19, 2023 - JavaScript