UNPKG

pikaso

Version:

Seamless, Fully-typed and Fully-tested HTML5 Canvas Library

6 lines (5 loc) 147 B
import type { Point } from '../../types'; export declare function getRotatedPoint(point: Point, angle: number): { x: number; y: number; };