fabric
Version:
Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.
12 lines • 430 B
TypeScript
import { type XY } from '../../../Point';
import type { TProjection, TProjectStrokeOnPointsOptions } from './types';
export * from './types';
/**
*
* Used to calculate object's bounding box
*
* @see https://github.com/fabricjs/fabric.js/pull/8344
*
*/
export declare const projectStrokeOnPoints: (points: XY[], options: TProjectStrokeOnPointsOptions, openPath?: boolean) => TProjection[];
//# sourceMappingURL=index.d.ts.map