UNPKG

ue-too

Version:

pan, zoom, and rotate your html canvas

6 lines (5 loc) 127 B
import { Point } from "point2point"; export declare function pointConversion(point: Point): { x: number; y: number; };