UNPKG

ef-infinite-canvas

Version:

An infinite version of the html canvas

11 lines (10 loc) 309 B
export interface InfiniteCanvasTouch extends Touch { /** * the x coordinate of the point on {@link InfiniteCanvas} where the touch is */ infiniteCanvasX: number; /** * the y coordinate of the point on {@link InfiniteCanvas} where the touch is */ infiniteCanvasY: number; }