export type CanvasContext = Pick< CanvasRenderingContext2D, | "strokeRect" | "fillRect" | "beginPath" | "moveTo" | "lineTo" | "closePath" >