Getting base64 of element and it's children?

I’d like to get the base64 of an element on the UI including it’s children, texts, images etc. Is it possible?

For example I’d have an element with the background, and as childs I’d have a picture of the user and their name that I’d change dynamically, and the goal is to save that composition as a base64 for download and sharing

Coin_Cats_Notifications_friendsonline

Hi @Yohami_Zerpa,

Yes, it’s possible, you will need to use a 2nd camera to render part of your layers composition.

Take a look at the following post, @yaustar provides there an example project on how to do that:

Thanks I can work with that :slight_smile: