export type PointOptions = { x: number; y: number; radius?: number; };