UNPKG

fabric

Version:

Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.

9 lines 337 B
import type { TOriginX, TOriginY } from '../../typedefs'; /** * Resolves origin value relative to center * @private * @param {TOriginX | TOriginY} originValue originX / originY * @returns number */ export declare const resolveOrigin: (originValue: TOriginX | TOriginY | number) => number; //# sourceMappingURL=resolveOrigin.d.ts.map