export type Options = { translate: { x: number, y: number }, scale: number } export type Point = { x: number, y: number }