Error in dynamicTexture.d.ts type annotation

I’ve found that type annotation states next:
@param clearColor defines the color for the canvas, use null to not overwrite canvas

But type in the function drawText() is clearColor: string.
It should be clearColor: string | null

1 Like

I will fix that!
Thanks and welcome to the community ;D