UNPKG

ue-too

Version:

pan, zoom, and rotate your html canvas

6 lines (5 loc) 71 B
export type Point = { x: number; y: number; z?: number; };