Editor Dimensions

Returns Dimensions describing the viewport of the editor camera.

Syntax

function getEditorDimensions(state) {
  return state.camera.editorDimensions;
}