UNPKG

pikaso

Version:

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

6 lines (5 loc) 156 B
import type { Point } from '../../types'; export declare function getRotateCenterPoint({ x, y }: Point, radian: number): { x: number; y: number; };