getBase64() → {String}
Will return a base64 encoded string of this texture. It works by calling RenderTexture.getCanvas and then running toDataURL on that.
Returns
String -
A base64 encoded string of the texture.
- Inherited From
- Source code: pixi/textures/RenderTexture.js (Line 309)
Please login to continue.