export type Context2dProcessor = (context: CanvasRenderingContext2D) => void;
