I want to add multiple lines of text on my image. Like the product name and the price needs to be added on the image which needs to be then sent out via email to our customers. How do I overlay text on an image using ImageKit. I have read the Layers documentation but not sure how to add multiple lines of text.
You can overlay text on an image using ImageKit’s Layer API. To add multiple layers of text, you can chain multiple layer transformations together using ImageKit’s Chained Transformations feature.
Please review the example below: