Ionic 4 add text and save to phone

Hi,

Does anyone know how to add text to an image and save it the phone?

Just as an idea use the javascript canvas component, I think it has a method to add text to an image(filltext()), just load the image into the canvas component, add the method and save it
u can declare:
@ViewChild(‘imageCanvas’) canvas: any;
for use it in html:

thanks a lot will give a try