```[js] Property 'orientation' does not exist on type 'Screen'. Did you mean 'msOrientation'?``` Though screen.orientation is what Chrome uses ``` mat4.rotateZ(this.rotationMatrix, this.rotationMatrix, toRad(window.screen.orientation.angle || 0));```
[js] Property 'orientation' does not exist on type 'Screen'. Did you mean 'msOrientation'?Though screen.orientation is what Chrome uses
mat4.rotateZ(this.rotationMatrix, this.rotationMatrix, toRad(window.screen.orientation.angle || 0));