Press n or j to go to the next uncovered block, b, p or k for the previous block.
import type { Types } from '@cornerstonejs/core'; export type canvasCoordinates = [ Types.Point2, // center Types.Point2, // end ];