import type { PicAlign } from "./PicAlign";
export type DrawingPosition = { offset: number } | { align: PicAlign };