Generating the images
Author: Jakub Sydor
Problem context
Sometimes we need to generate images in our applications, based on a given template and data that needs to be filled in. There are many solutions to this problem, from using some libraries and inserting text into the appropriate pixels, to opening HTML templates in a browser and taking screenshots of them using, for example, the Puppeteer package.