Copy renderTexture onto Canvas

Hi, I would like to use phaser3 commands to draw something on the renderTexture - which works fine.
But then I would like to use that image for three.js texture - so I would need to “copy” renderTexture image onto another canvas which I will use as texture canvas for three.js. I can not figure out how to extract image from the renderTexture.
Thanks

Predrag