getUncroppedSize
See source codeOriginal (uncropped) width and height of shape.
function getUncroppedSize(
  shapeSize: {
    h: number
    w: number
  },
  crop: null | TLShapeCrop
): {
  h: number
  w: number
}Parameters
| Name | Description | 
|---|---|
  |  | 
  |  | 
Returns
{
  h: number
  w: number
}Prev
getSvgPathFromStrokePointsNext
notifyIfFileNotAllowed